Difference between revisions of "Git Help Resources"

From GlueXWiki
Jump to: navigation, search
 
Line 7: Line 7:
 
#* Good Resources for Learning Git and GitHub https://help.github.com/articles/good-resources-for-learning-git-and-github/
 
#* Good Resources for Learning Git and GitHub https://help.github.com/articles/good-resources-for-learning-git-and-github/
 
# Naomi's Links https://mailman.jlab.org/pipermail/halld-offline/2015-May/002037.html
 
# Naomi's Links https://mailman.jlab.org/pipermail/halld-offline/2015-May/002037.html
 +
# [[Annotated Git session using the sim-recon repository]]
 
# Command-Line Help: <code>git help</code>
 
# Command-Line Help: <code>git help</code>
 
# Google http://www.google.com e. g., "OK Google, how do I list remote branches in Git?"
 
# Google http://www.google.com e. g., "OK Google, how do I list remote branches in Git?"

Latest revision as of 15:16, 14 December 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. Annotated Git session using the sim-recon repository
  5. Command-Line Help: git help
  6. Google http://www.google.com e. g., "OK Google, how do I list remote branches in Git?"
  7. 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.

Git.png