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

Learning branches #1

Open
ToniMlin opened this issue Oct 15, 2020 · 0 comments
Open

Learning branches #1

ToniMlin opened this issue Oct 15, 2020 · 0 comments

Comments

@ToniMlin
Copy link
Owner

ToniMlin commented Oct 15, 2020

image

git commit -m "First commit"
git commit -m "is working"
git branch colour
git checkout colour
git commit -m red
git commit -m pink
git commit -m oragne
git checkout master
git branch taste
git checkout taste
git commit -m sweet
git commit -m salty
git checkout master
git branch touch
git checkout touch
git commit -m soft
git commit -m sharp
git checkout 873
git branch sound
git checkout sound
git commit -m "white noise"
git merge 50ee6b
git checkout 53a26
git commit
git checkout master

Answers UCL-RITS#2

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