Skip to main content

Command Palette

Search for a command to run...

5DaysofCode: Day 3

Published
1 min readView as Markdown
5DaysofCode: Day 3
N

I'm coding 2 learn

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.