githubteacher / githubteacher/supreme-adventure
Day 1 afternoon
- Dominant language
- Python
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
#### Wednesday AM:
- [x] Created a branch on GitHub
- [x] Cloned the class repository
- `git clone`
- [x] Checked out to our branch locally
- `git branch`, `git branch --all`, & `git checkout BRANCHNAME`
- [x] Created a file
- `touch filename.md`
- [x] Added and committed our file on our branch
- `git add FILENAME`, `git commit -m 'commit message'`
- [x] Pushed our branch to the remote repository
- `git push`
#### Wednesday PM:
- **Making commits**
- [ ] Make more changes to our files
- **Pull request**
- [ ] Open a pull request
- **Collaborate, make more changes**
- [ ] Give feedback and respond to feedback by making more commits
- [ ] Pull changes from the remote repository to our local repository
- **Merge**
- [ ] Merge pull requests
- **Finishing up**
- [ ] Clean up local environment
- [ ] Plenty of time for questions
#### If time...
- Talk about aliases
- `git log` variations
- Explore 'fork and pull' workflow
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.