Difference between revisions of "Git Help Resources"

From GlueXWiki
Jump to: navigation, search
(Created page with "# Pro Git (online book) http://git-scm.com/book/en/v2 # GitHub Help Site https://help.github.com/ #* GitHub Bootcamp https://help.github.com/categories/bootcamp/ #* Good Resou...")
 
Line 6: Line 6:
 
# Command-Line Help: <code>git help</code>
 
# Command-Line Help: <code>git help</code>
 
# Google http://www.google.com e. g., "git how do i list remote branches"
 
# Google http://www.google.com e. g., "git how do i list remote branches"
# Practice Repositories:
+
# Practice Repository: https://github.com/jeffersonlab/git_test
#* https://github.com/jeffersonlab/sim-recon
+
#* This repository is full of junk files and junk files only. It is meant for git practice and for "let's see what happens when I...". Feel free to pull, push, edit, add, delete, branch, tag, merge, etc. without consequence.
#* https://github.com/jeffersonlab/hdds
+
#* https://github.com/jeffersonlab/git_test
+

Revision as of 09:19, 6 November 2015

  1. Pro Git (online book) http://git-scm.com/book/en/v2
  2. GitHub Help Site https://help.github.com/
  3. Naomi's Links https://mailman.jlab.org/pipermail/halld-offline/2015-May/002037.html
  4. Command-Line Help: git help
  5. Google http://www.google.com e. g., "git how do i list remote branches"
  6. Practice Repository: https://github.com/jeffersonlab/git_test
    • This repository is full of junk files and junk files only. It is meant for git practice and for "let's see what happens when I...". Feel free to pull, push, edit, add, delete, branch, tag, merge, etc. without consequence.