scm
Git Cheat Sheets
If you’re new to Git or need a refresher every now and then, you should get a cheatsheet. These handy things are great to help you remember that you need to type git add . before you type git commit or that you could do those both with just git commit -a. I found two [...]