i made an edit!
Supplemental Materials for a 90-minute Hands-on Workshop at WUSS in Sacramento, California, on 06SEP2024.
Class attendees are encouraged to fork this repo and practice making Pull Requests (aka PRs), both during and after the conference. All types of contributions are welcome, including fixing typos and adding notes to each of the sections below!
-
Repo (created using the GitHub web interface, or using the Git CLI with
git init
): Short for "code repository," a repo is a set of files under version control. -
Fork (typically created using the GitHub web interface only):
-
Local Clone (typically created using the Git CLI with
git clone
only): -
Branch (created using the GitHub web interface, or using the Git CLI with
git branch
orgit checkout
):
-
Stage Changes (typically created using the Git CLI with
git add
only): -
Commit Changes (created using the GitHub web interface, or using the Git CLI with
git commit
): -
Publish Changes to Remote Clone (typically created using the Git CLI with
git push
only): -
Pull Request or PR (typically created using the GitHub web interface only):
-
git --version
: Display the version information for git -
git --help
: -
git config
: -
git status
:
-
git log
: -
git diff
: -
git fetch
: -
git pull
:
Possible Alternative Workshop Titles (feel free to contribute your favorite git pun!)
-
Git with it!
-
Get used to Git!
-
The git that keeps on giving.
-
[your suggestions here]