matt-dray / rostrum-blog

:memo::bug: Blog: superseded source code for rostrum.blog
Other
6 stars 3 forks source link

Post: 'Git going: git' #21

Closed matt-dray closed 4 years ago

matt-dray commented 5 years ago

Setup

git init

Clone from GitHub

git clone

Add, commit, push

git status

git status .

git log

git add

git add .

git reset HEAD~

git diff

git commit -m “

git push origin master

Ignore

.gitignore

Branches

git branch -a

git checkout

git push origin

git pull

matt-dray commented 4 years ago

This post has been drafted.