5DaysofCode: Day 3

5DaysofCode: Day 3

·

1 min read

Git is more powerful than I ever imagined. I mean, when you make the connection with the SSH key and then you create a remote connection with your account, my Lord how many things you can do.

Main things would be:

git branch = to create branches and stuff git merge = to merge stuff git pull origin master = a good idea to always update your folders.