Github in 20 minutes [notes]

Notes from the youtube video. Basics git add : adds files to staging area git commit -m "message" : commits staged files with message git add . : add all untracked files git add *.[extension] : add all files of this extension git commit -am "message" : adds any changes to currently tracked files and … Continue reading Github in 20 minutes [notes]