Recent Posts

Git push

1 minute read

The git push command is used to upload content from the local repository to a remote repository.

Skillful

less than 1 minute read

“The greater the difficulty, the more glory in surmounting it. Skillful pilots gain their reputation from storms and tempests. ”

Git pull

2 minute read

The git pull command is used to pull and download content from a remote repository and instantly update the local repository to reflect that content.

Git merge

2 minute read

Merge is Git’s way of rejoining a forked history.

Git branches

4 minute read

Branching means you diverge from the main line of development and continue to do work without messing with that main line.