Useful Commands
git clone <url/to/repo>
git fork <url/to/repo>
git status
git pull
git diff
git add <yourfiles>
git commit -m "<your message>"
git push
git remote [-rm <file>]
git checkout [-b] <branchname>
git branch [-a]
git merge <branch to be merged into current branch>
git rebase <branch to be rebased onto current branch>
git log --graph --oneline --decorate --all --color