Open main menu

CDOT Wiki β

Changes

DPS909 & OSD600 Winter 2017 - Git Walkthrough

723 bytes removed, 11:37, 12 January 2017
no edit summary
Now the changes I made to <code>CONTRIBUTING.md</code> are gone, and the last-known version of that file is what is in my working directory once more.
* Client Server (SVN) and Distributed (In the [[DPS909 & OSD600 Winter 2017 - Git)* Snapshots vs. versioned files.** Walkthrough #2 | second git walk- ** Checksums, SHA-1 ([http://www.miraclesalad.com/webtools/sha1.php try onlinethrough]])** Starting a Git Repo:*** git init*** git clone** File States:*** Untracked (not known to git)*** Tracked: modified, staged, committed** The staging area* Basic Git Commands and Concepts** git help we''<command>''** git add** git commit, git commit -m, git commit -a** git rm** git mv** git status** git log** git diff, ll look at how git diff --staged** enables distributed workflows.gitignore** Branches*** HEAD, master*** git checkout, git checkout -b*** git branch, git branch -a, git branch -d, git branch --merged, git branch --contains*** git merge*** git rebase** Remotes*** origin, origin/''branch''*** git remote*** git remote add*** git fetch*** git pull*** git push** Github, Pull Requests