git init .
git commit -m "my cool comment"
git add my_file.txt image.jpg
git rm my_file.txt image.jpg
git status
git reset new_file.txt
git checkout -- changed_file.txt
git branch nice_feature
git checkout nice_feature
git checkout -b nice_feature
git checkout master git merge nice_feature
Branch A: Hello world!
Branch B:Goodbye world!
Good list of GUI apps:
We appreciate your feedback!