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 with git #1

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

Learning branches with git #1

reginavivian opened this issue Oct 15, 2020 · 0 comments

Comments

@reginavivian
Copy link
Owner

Issue 2 - Creating Git Branches

git commit -m "First commit"
git commit -m "is working"
git checkout -b colours
git commit -m "red"
git commit -m "pink"
git commit -m "orange"
git checkout master
git checkout -b taste
git commit -m "sweet"
git commit -m "salty"
git checkout master
git checkout b- touch
Cannot find commit: b-
git checkout -b touch
git commit -m "soft"
git commit -m "sharp"
git checkout red
Cannot find commit: red
git checkout 465569c
git checkout -b sound
git commit -m "white noise"
git merge 5411427
git checkout master
git checkout HEAD~1
git commit -m " "
git checkout master

Answers UCL-RITS#2

@reginavivian reginavivian changed the title Learning branches with git Learning branches with git #2 Oct 15, 2020
@reginavivian reginavivian changed the title Learning branches with git #2 Learning branches with git Oct 15, 2020
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