forked from freeCodeCamp/freeCodeCamp
-
Notifications
You must be signed in to change notification settings - Fork 2
Quincy Larson edited this page Aug 20, 2016
·
1 revision
A collection of resources on the Git VCS.
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
- Aliases
- Amend Last
- Git Behind a Proxy
- Blame
- Change the URL of a remote repository
- Checkout a remote Branch
- Clone all remote branches
- Clone a specific branch
- Writing Good Git Commit Messages
- Delete a branch both locally and remotely
- Discard unstaged changes
- Merge
- Overwrite local files on pull
- Pull vs Fetch
- Push local to remote repository
- Rebase
- Remove Submodules
- Rename Local Branch
- Squash commits
- Undo Git Add
- Undo and Redo A Commit
- Untrack Files
- Pro Git - The entire Pro Git book, written by Scott Chacon and Ben Straub and published by Apress, is available here. Download this book in PDF, mobi, or ePub form for free.
- Become a git guru - Atlassian - Responsive site with Git tutorials, training and articles.
- Git In The Trenches - Git In The Trenches, or GITT is designed to be a book that focusses on teaching people to use Git by associating with scenarios that are experienced by a fictional company called Tamagoyaki Inc. Download this book in PDF, mobi, or ePub form for free.
- Official Git Tutorial - This tutorial explains how to import a new project into Git, make changes to it, and share changes with other developers.
- Official Git User Manual - This manual is designed to be readable by someone with basic UNIX command-line skills, but no previous knowledge of Git.
- Try Git Tutorial by Github and CodeSchool - This tutorial is a quick 15 minutes sprint to get started with Git within the browser.
Learn to code and help nonprofits. Join our open source community in 15 seconds at http://freecodecamp.com
Follow our Medium blog
Follow Quincy on Quora
Follow us on Twitter
Like us on Facebook
And be sure to click the "Star" button in the upper right of this page.
New to Free Code Camp?
JS Concepts
JS Language Reference
- arguments
- Array.prototype.filter
- Array.prototype.indexOf
- Array.prototype.map
- Array.prototype.pop
- Array.prototype.push
- Array.prototype.shift
- Array.prototype.slice
- Array.prototype.some
- Array.prototype.toString
- Boolean
- for loop
- for..in loop
- for..of loop
- String.prototype.split
- String.prototype.toLowerCase
- String.prototype.toUpperCase
- undefined
Other Links