Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
vin67 opened this issue Mar 19, 2017 · 0 comments
Open

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

vin67 opened this issue Mar 19, 2017 · 0 comments

Comments

@vin67
Copy link

vin67 commented Mar 19, 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"

chadbaily pushed a commit to chadbaily/angular2-essential-training that referenced this issue Nov 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant