Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Task_byGaby.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Since the beginning of the course, I’ve learned a lot, such as the difference between Git and Github I learned the different Git commands and how to use them to manage files.
I learned how to create a repository and how to work on it locally and remote, creating branches and their specifics (git branch, git checkout, git checkout -b..),
how to stage using git add, then to perform git commit to register changes and after that, git push to send these changes to the remote repository.
Finally, I learned that if I'm working with other people, always do git pull first, in case they have made any changes to the remote repository there won't be conflicts when I perform the git push. This final part,
about git push and git pull, pull request…is not totally consolidated for me yet, but I believe that with practice I will learn better.