summaryrefslogtreecommitdiffhomepage
path: root/git.html.markdown
Commit message (Collapse)AuthorAgeLines
* Remove leading and trailing empty lines in code blocksBoris Verkhovskiy2024-04-06-0/+3
|
* fix typo in blame section so code block can appear properlyOctavia2023-06-25-1/+2
| | | Code block wasn't rendering properly because there wasn't a line break before it.
* Update git.html.markdownAshraful Alam2022-08-02-1/+1
| | | Co-authored-by: Marcel Ribeiro Dantas, Ph.D. <ribeirodantasdm@gmail.com>
* Added git blame to the documentationashraful-alam2k2022-08-01-1/+1
|
* Added git blame to the documentationashraf2022-08-01-0/+12
|
* Add examples to git-configMarcel Ribeiro-Dantas2022-07-17-1/+4
|
* Remove GitGuy dead link from git material (close #4314)Marcel Ribeiro-Dantas2022-07-08-2/+0
|
* Update git.html.markdowncg2020-07-02-2/+2
| | | Fixing a few typos.
* add Git resourceApoorv Choubey2018-10-20-29/+31
|
* added signed commit exampleMarko Cubela2017-10-17-0/+4
|
* Fix a bunch of typosHairyFotr2017-08-23-2/+2
|
* Keeping lines under 80 charsMilo Gilad2017-07-31-1/+2
|
* Small changes to git docsMilo Gilad2017-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 Kulyov2016-09-16-0/+2
|
* Fix git pull --rebase explanation (#2262)Danijar Hafner2016-05-18-2/+2
|
* Add Git Reflog Section To Git.html.markdownJason Stathopulos2016-05-10-0/+26
|
* fixed whitespaces, content extending beyond 80 charsDivay Prakash2016-03-18-41/+56
|
* Merge pull request #1731 from rotespferd/masterven2016-03-13-0/+1
|\ | | | | Improvements for german translation of Git.
| * Add feature "fast branching"Marian Sievers2015-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 sheetNathan Reynolds2016-03-07-1/+1
| |
* | Adds documentation for revert commandAndrew2015-10-30-0/+14
|/ | | Also mentions graph flag for the log command
* [git/en] Fixed 'git push' documentationChris547212015-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' documentationChris547212015-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/masterAdam Bard2015-10-18-0/+3
|\ | | | | Added Extra Links to Git and TMux sheets
| * Added Git and Github Tutorial LinkRomin Irani2015-10-18-0/+3
| |
* | add documentation about git tagsBruno Volcov2015-10-13-0/+28
|/
* Git: Add Git Immersion tutorial as a resourceHeather Fenton2015-10-08-0/+2
|
* Git: fixed typoAyush2015-10-06-2/+2
|
* Git: added few random thingsAyush2015-10-06-7/+7
|
* Git: added more clone optionsAyush2015-10-06-0/+4
|
* Git: added para for gitignoreAyush2015-10-06-0/+10
|
* Git: removed some clutterAyush2015-10-06-31/+37
|
* Add Udemy's new git tutorial as a resource.Jake Prather2015-09-19-0/+2
|
* Changed the order of the Stages of GitAvjinder Singh Sekhon2015-06-03-1/+1
|
* Fixed some typosAvjinder Singh Sekhon2015-06-01-1/+1
|
* Added 'Stages of Git', link to Pro Git, and other forms of git helpAvjinder Singh Sekhon2015-06-01-2/+15
|
* Added the handy -a switchawalGarg2015-03-04-0/+3
|
* Fixed some markdown formatting issusesLeo Rudberg2014-11-25-6/+10
|
* Added ourselves to the contributor sectionLOZORD2014-11-24-0/+2
|
* Small formatting changesLOZORD2014-11-24-1/+2
|
* Only bashified the code sectionsLOZORD2014-11-24-16/+22
|
* Added 'git stash'!LOZORD2014-11-24-1/+50
|
* Translating GIT and JSON to pt-br. Added link to further informationmiguel araujo2014-06-14-0/+2
|
* Add git push -u command to git tutorial.Levi Bostian2014-06-03-0/+5
|
* [git] Fix typo error in guideChristos Kontas2013-10-08-1/+1
|
* EditsAdam2013-08-27-2/+1
|
* Explain git pull default behaviour and the use of --rebase flag.John Cowie2013-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 gitAdam2013-07-23-37/+53
|\
| * Copyedits in git.html.markdown.Tyler Neylon2013-07-22-34/+36
| |
| * Added diff & cleanup.Jake Prather2013-07-21-4/+18
| |