coursefiles / angular2-essential-training

The repository for the project code for my course Angular Essential Training
https://www.linkedin.com/learning/angular-2-essential-training-2
MIT License
197 stars 1.06k forks source link

couple of git instructions to the read.me file #9

Open vin67 opened 7 years ago

vin67 commented 7 years ago

You might want to also add a couple of git instructions to the read.me file for people doing your course who are not so familiar with git. I would suggest:

Check all branches in cloned repo git branch -a

Switch between branches git checkout <branch-name>

stash files you have modified to enable switch git stash save "some msg"