Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix a bunch of typos | HairyFotr | 2017-08-23 | -2/+2 |
| | ||||
* | Keeping lines under 80 chars | Milo Gilad | 2017-07-31 | -1/+2 |
| | ||||
* | Small changes to git docs | Milo Gilad | 2017-07-31 | -4/+9 |
| | | | | | | * Added command to add all files in the working tree to the staging area * Fixed some markdown code formatting mistakes * Fixed some grammatical mistakes * Fixed some spelling mistakes | |||
* | Add very cool interactive tutorial (#2375) | Pavel Kulyov | 2016-09-16 | -0/+2 |
| | ||||
* | Fix git pull --rebase explanation (#2262) | Danijar Hafner | 2016-05-18 | -2/+2 |
| | ||||
* | Add Git Reflog Section To Git.html.markdown | Jason Stathopulos | 2016-05-10 | -0/+26 |
| | ||||
* | fixed whitespaces, content extending beyond 80 chars | Divay Prakash | 2016-03-18 | -41/+56 |
| | ||||
* | Merge pull request #1731 from rotespferd/master | ven | 2016-03-13 | -0/+1 |
|\ | | | | | Improvements for german translation of Git. | |||
| * | Add feature "fast branching" | Marian Sievers | 2015-10-22 | -0/+1 |
| | | | | | | Add feature "fast branching". In contrast to SCM's like SVN, branching in Git is very fast. | |||
* | | Update link to Salesforce Git cheat sheet | Nathan Reynolds | 2016-03-07 | -1/+1 |
| | | ||||
* | | Adds documentation for revert command | Andrew | 2015-10-30 | -0/+14 |
|/ | | | Also mentions graph flag for the log command | |||
* | [git/en] Fixed 'git push' documentation | Chris54721 | 2015-10-18 | -1/+4 |
| | | | The 'git push' documentation had the same problem of the 'git pull' one I just fixed. | |||
* | [git/en] Fixed 'git pull' documentation | Chris54721 | 2015-10-18 | -1/+4 |
| | | | While translating git.html.markdown to Italian, I found a mistake: `git pull` does not default to `git pull origin master`. By default, it updates the current branch by merging changes from its remote-tracking branch. | |||
* | Merge pull request #1607 from rominirani/master | Adam Bard | 2015-10-18 | -0/+3 |
|\ | | | | | Added Extra Links to Git and TMux sheets | |||
| * | Added Git and Github Tutorial Link | Romin Irani | 2015-10-18 | -0/+3 |
| | | ||||
* | | add documentation about git tags | Bruno Volcov | 2015-10-13 | -0/+28 |
|/ | ||||
* | Git: Add Git Immersion tutorial as a resource | Heather Fenton | 2015-10-08 | -0/+2 |
| | ||||
* | Git: fixed typo | Ayush | 2015-10-06 | -2/+2 |
| | ||||
* | Git: added few random things | Ayush | 2015-10-06 | -7/+7 |
| | ||||
* | Git: added more clone options | Ayush | 2015-10-06 | -0/+4 |
| | ||||
* | Git: added para for gitignore | Ayush | 2015-10-06 | -0/+10 |
| | ||||
* | Git: removed some clutter | Ayush | 2015-10-06 | -31/+37 |
| | ||||
* | Add Udemy's new git tutorial as a resource. | Jake Prather | 2015-09-19 | -0/+2 |
| | ||||
* | Changed the order of the Stages of Git | Avjinder Singh Sekhon | 2015-06-03 | -1/+1 |
| | ||||
* | Fixed some typos | Avjinder Singh Sekhon | 2015-06-01 | -1/+1 |
| | ||||
* | Added 'Stages of Git', link to Pro Git, and other forms of git help | Avjinder Singh Sekhon | 2015-06-01 | -2/+15 |
| | ||||
* | Added the handy -a switch | awalGarg | 2015-03-04 | -0/+3 |
| | ||||
* | Fixed some markdown formatting issuses | Leo Rudberg | 2014-11-25 | -6/+10 |
| | ||||
* | Added ourselves to the contributor section | LOZORD | 2014-11-24 | -0/+2 |
| | ||||
* | Small formatting changes | LOZORD | 2014-11-24 | -1/+2 |
| | ||||
* | Only bashified the code sections | LOZORD | 2014-11-24 | -16/+22 |
| | ||||
* | Added 'git stash'! | LOZORD | 2014-11-24 | -1/+50 |
| | ||||
* | Translating GIT and JSON to pt-br. Added link to further information | miguel araujo | 2014-06-14 | -0/+2 |
| | ||||
* | Add git push -u command to git tutorial. | Levi Bostian | 2014-06-03 | -0/+5 |
| | ||||
* | [git] Fix typo error in guide | Christos Kontas | 2013-10-08 | -1/+1 |
| | ||||
* | Edits | Adam | 2013-08-27 | -2/+1 |
| | ||||
* | Explain git pull default behaviour and the use of --rebase flag. | John Cowie | 2013-08-08 | -0/+5 |
| | | | By far the pull command I use the most is 'git pull --rebase', so wanted to add some info to make it clear that that's possible. | |||
* | Updates to git | Adam | 2013-07-23 | -37/+53 |
|\ | ||||
| * | Copyedits in git.html.markdown. | Tyler Neylon | 2013-07-22 | -34/+36 |
| | | ||||
| * | Added diff & cleanup. | Jake Prather | 2013-07-21 | -4/+18 |
| | | ||||
* | | Fix | Adam | 2013-07-23 | -1/+1 |
|/ | ||||
* | Fixed stuff | Adam | 2013-07-21 | -407/+345 |
| | ||||
* | updates | Jake Prather | 2013-07-18 | -1/+5 |
| | ||||
* | some organization & clarification | Jake Prather | 2013-07-18 | -2/+7 |
| | ||||
* | Added concept links & some minor text fixes. | Jake Prather | 2013-07-16 | -6/+15 |
| | ||||
* | Update git.html.markdown | Jake Prather | 2013-07-15 | -75/+75 |
| | | | Fixed some whitespace issues. | |||
* | rough draft | Jake Prather | 2013-07-15 | -0/+416 |