×
Now that you have learned the basics of Git workflow, try running through this a couple of times on your own:
learn_git_again
.cd
into the learn_git_again
folder.third.txt
. third.txt
to the staging area.git log
.fourth.txt
.fourth.txt
to the staging area.third.txt
filegit log
core.pager=cat
- you can read more about that here. git
on your machine. You can type git config --global
to find out how to do thisYou can find the solutions here
When you're ready, move on to GitHub Introduction