Closed alcantarar closed 4 years ago
Need to add a text file that has the basic commands and description of their function. Attendees can reference this file during their breakout rooms in case they forget from the introduction talk. Functions I'm thinking of (to start):
git pull
git checkout -b branch-name
git add .
git status
git commit -m "commit-message"
git push
git reset
git diff
Need to add a text file that has the basic commands and description of their function. Attendees can reference this file during their breakout rooms in case they forget from the introduction talk. Functions I'm thinking of (to start):
git pull
git checkout -b branch-name
git add .
git status
git commit -m "commit-message"
git push
git reset
(maybe?)git diff
(maybe?)