Commit Graph

49 Commits

Author SHA1 Message Date
Apoorv Choubey
2af4f99b67 add Git resource 2018-10-20 21:11:17 +05:30
Marko Cubela
53604f0358
added signed commit example 2017-10-17 09:38:17 +02:00
HairyFotr
985d23a52b
Fix a bunch of typos 2017-08-23 10:14:39 +02:00
Milo Gilad
4d29f3f988 Keeping lines under 80 chars 2017-07-31 10:30:24 -04:00
Milo Gilad
0e53a8a500 Small changes to git docs
* 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
2017-07-31 10:26:51 -04:00
Pavel Kulyov
8888853e71 Add very cool interactive tutorial (#2375) 2016-09-16 12:25:41 +02:00
Danijar Hafner
1c3de94e76 Fix git pull --rebase explanation (#2262) 2016-05-18 18:05:13 +02:00
Jason Stathopulos
ddedb40ef8 Add Git Reflog Section To Git.html.markdown 2016-05-10 10:30:32 -04:00
Divay Prakash
01bf2b1ec6 fixed whitespaces, content extending beyond 80 chars 2016-03-18 12:51:27 +05:30
ven
59f393ce5f Merge pull request #1731 from rotespferd/master
Improvements for german translation of Git.
2016-03-13 10:52:00 +01:00
Nathan Reynolds
f0a211b8dd Update link to Salesforce Git cheat sheet 2016-03-07 11:33:19 +00:00
Andrew
a484276709 Adds documentation for revert command
Also mentions graph flag for the log command
2015-10-30 19:58:33 +00:00
Marian Sievers
232ed30031 Add feature "fast branching"
Add feature "fast branching". In contrast to SCM's like SVN, branching in Git is very fast.
2015-10-22 08:54:38 +02:00
Chris54721
6d20f58cbd [git/en] Fixed 'git push' documentation
The 'git push' documentation had the same problem of the 'git pull' one I just fixed.
2015-10-18 13:54:06 +02:00
Chris54721
670e71c499 [git/en] Fixed 'git pull' documentation
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.
2015-10-18 13:47:03 +02:00
Adam Bard
5d8618cac1 Merge pull request #1607 from rominirani/master
Added Extra Links to Git and TMux sheets
2015-10-18 11:55:26 +08:00
Romin Irani
c613e3bc6a Added Git and Github Tutorial Link 2015-10-18 06:19:24 +05:30
Bruno Volcov
93ced538e3 add documentation about git tags 2015-10-13 11:26:26 -03:00
Heather Fenton
8f5f1240eb Git: Add Git Immersion tutorial as a resource 2015-10-08 19:18:07 -04:00
Ayush
9e605ee35c Git: fixed typo 2015-10-06 01:10:20 +05:30
Ayush
e75a9e031b Git: added few random things 2015-10-06 00:56:08 +05:30
Ayush
037ff22ef6 Git: added more clone options 2015-10-06 00:47:10 +05:30
Ayush
7b7ce666b6 Git: added para for gitignore 2015-10-06 00:45:40 +05:30
Ayush
6611db502a Git: removed some clutter 2015-10-06 00:44:05 +05:30
Jake Prather
92eef7f483 Add Udemy's new git tutorial as a resource. 2015-09-19 11:07:26 -05:00
Avjinder Singh Sekhon
628a4ccfc2 Changed the order of the Stages of Git 2015-06-03 03:02:38 +05:30
Avjinder Singh Sekhon
470da394f6 Fixed some typos 2015-06-01 23:49:05 +05:30
Avjinder Singh Sekhon
bdedf51a72 Added 'Stages of Git', link to Pro Git, and other forms of git help 2015-06-01 23:46:04 +05:30
awalGarg
84ac5877f3 Added the handy -a switch 2015-03-04 22:00:00 +05:30
Leo Rudberg
0e42f4c928 Fixed some markdown formatting issuses 2014-11-25 13:47:03 -06:00
LOZORD
b7f4ca7ea8 Added ourselves to the contributor section 2014-11-24 19:44:25 -06:00
LOZORD
295b40d272 Small formatting changes 2014-11-24 19:41:02 -06:00
LOZORD
8b442c2497 Only bashified the code sections 2014-11-24 19:39:44 -06:00
LOZORD
3a8b9f0fc5 Added 'git stash'! 2014-11-24 19:32:40 -06:00
miguel araujo
7bc3a435c6 Translating GIT and JSON to pt-br. Added link to further information 2014-06-14 01:28:20 -03:00
Levi Bostian
49eed60496 Add git push -u command to git tutorial. 2014-06-03 11:40:06 -05:00
Christos Kontas
80e8200b55 [git] Fix typo error in guide 2013-10-08 18:48:46 +03:00
Adam
c7a1136772 Edits 2013-08-27 21:23:09 -07:00
John Cowie
674e8a0eeb Explain git pull default behaviour and the use of --rebase flag.
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.
2013-08-08 17:38:06 +01:00
Adam
a7fe2983cc Updates to git 2013-07-23 07:53:54 -07:00
Adam
de1fc9ddbc Fix 2013-07-23 07:52:21 -07:00
Tyler Neylon
7590a83b52 Copyedits in git.html.markdown. 2013-07-22 14:09:33 -07:00
Jake Prather
48bb3b0178 Added diff & cleanup. 2013-07-21 19:12:40 -05:00
Adam
1466127aa3 Fixed stuff 2013-07-21 16:47:55 -07:00
Jake Prather
033c3bd770 updates 2013-07-18 16:48:58 -05:00
Jake Prather
eef26a0841 some organization & clarification 2013-07-18 11:49:27 -05:00
Jake Prather
62b9306f6c Added concept links & some minor text fixes. 2013-07-16 12:53:24 -05:00
Jake Prather
ca4b019095 Update git.html.markdown
Fixed some whitespace issues.
2013-07-15 18:15:49 -05:00
Jake Prather
c0a20ed6e6 rough draft 2013-07-15 18:11:37 -05:00