Home Page

Git – Quick reference

Clone a Repository git clone [url]   git status git add . git status git commit -m “comment” git status   git pull origin master {Fix merge issues}   git stash Git stash pop / git stash apply Git stash apply –index Git stash list {If there are conflicts} Git stash drop stash@{0}   Then […]