You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
chadbaily
pushed a commit
to chadbaily/angular2-essential-training
that referenced
this issue
Nov 9, 2017
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"
The text was updated successfully, but these errors were encountered: