Commit Graph

37 Commits (84d227855f8cf83e4188e7f3b205ee5d92a683ba)

Author SHA1 Message Date
Aditya Sridhar dbae7c6d24 Added points to note for git pull command (#25439)
Initially it can be confusing when someone hears about git pull and pull request. Have explained how git pull and pull request are separate concepts. Also fixed one typo
2019-01-26 00:38:51 -05:00
Rachel Krupnick e193db130b Grammar fix (#29154) 2019-01-20 14:59:38 -06:00
Edy Ionescu 3cfe00eafd Add command for git checkout previous branch (#25133) 2019-01-20 14:30:19 -06:00
Belinda c36ee7d89b cosmetic: added missing closing paren (#33102) 2019-01-19 18:22:11 -06:00
Aditya Sridhar 4e342714db Added points to note while using git rebase (#25244)
Git rebase is very powerful but is dangerous as well. Updated the guide to mention when to use rebase, and when not to use rebase.
2019-01-15 15:42:08 -05:00
Aditya Sridhar 696cc38287 Added points to note for git merge (#25278)
* Added points to note for git merge

mentioned the drawback of too many merge commits and how rebase can be used instead

* Added pitfalls of Rebase Command

Added Pitfalls of Rebase command as well.
2019-01-08 10:03:17 -05:00
simchuck d734f402cb Add more information with links to videos on git internals. (#32841) 2019-01-01 14:02:44 -07:00
manishbhatt151yahoo 8a8f32a428 Improved formatting (#30878) 2019-01-01 13:51:36 -07:00
Soumil Datta a8139f0388 Changed "will have" to "has" on line 27 (#29950)
change from future to present tense, as it is more proper.
2019-01-01 10:31:51 -07:00
Luka Kidric 2f44ff860d added how to clone a repo (#28708)
* added how to clone a repo

* fix: changed git init to git clone
2019-01-01 10:20:48 -07:00
veera-potnis 783239bf4d Additional information on git (#28621)
A new cool platform for git commands for Sublime Text editors
2019-01-01 09:49:45 -07:00
Mudi Hussaini 8cbdab4ec4 Add a note "Directory is also know as repo" (#27335)
line 36
2019-01-01 09:38:50 -07:00
David Boyd 96cdecffd3 Update docs for changing default git text editor (#25414)
Previous docs only mentioned setting Atom as the default editor, updated to include sublime, vs code and notepad++; along with the app specific command line args.  Also included is a sample command should you wish to test your updated git editor config
2019-01-01 09:38:02 -07:00
William Spanfelner 0ebc2eed5b Create git rm (#27054)
* Create git rm

Create git rm description, syntax and general use cases with link to authoritative documentation.

* Rename guide/english/git/git-rm/index.md to guide/english/git/git-rm.md

* Rename guide/english/git/git-rm.md to guide/english/git/git-rm/index.md
2018-12-21 08:11:48 -08:00
Aditya Sridhar 8b99db9acf Added points to note when using git force push (#25412)
git force push is very powerful but equally dangerous. Added a quick warning note for using git force push
2018-12-20 06:04:51 -05:00
Benjamin Dubois 9618006d95 Detail on stop/resume during interactive rebase (#24035)
* Detail on stop/resume during interactive rebase

Specified when interactive rebase will stop and how to continue the process

* Update index.md
2018-12-04 23:42:14 -05:00
Dina Wee 8918f66f7e Add how to reset branch to match remote (#22967) 2018-11-29 16:38:03 -07:00
Dakota Vradenburg 73ee2a225b Corrected spelling of systematic (#25451) 2018-11-23 15:37:10 -08:00
jonmoon74 471665871f Update index.md (#25370)
Added a line to the detailed commit messages section on the importance of making sure your commit messages explain what changed fro ease of roll-back
2018-11-23 15:33:50 -08:00
Eve Mendelevich cd85262256 Add link to practice website (#23088)
Added link to website for practicing git branching.
2018-11-22 02:34:29 -05:00
gitmbgitmb 059512846e Added Resources to learn Git link (#22502)
* Added Resources to learn Git link

* Fixed formatting
2018-11-20 18:31:12 -05:00
Sudhakar Kumar 744b651bbc Fix capitalization (#34390) 2018-11-20 13:54:25 +08:00
P.RR 718abe6585 misswritten Git "changeset" (#24470) 2018-11-19 19:13:42 +05:30
Jitendrasingh Chauhan (Jeetu) bb2ff5890f Guide: Updated Git stash guide to use stash commands without stash names (#21969) 2018-11-16 22:09:37 -05:00
Nishant Mishra 36ee8652fe Added guide article for Git Hosting (#21916)
Replaced stub with a guide article on Git Hosting
2018-11-16 07:26:50 -06:00
William Spanfelner 306d9f175b Create git-config description (#26971)
* Create git-config description

Add git-config description and use examples.

* Rename git-config to git-config.md

* Rename guide/english/git/git-config.md to guide/english/git/git-config/index.md
2018-11-14 14:59:36 -08:00
Nishant Mishra 079bd5629c Update index.md (#21555) 2018-11-11 09:49:33 +07:00
Evan Farmer d6bf654355 Changed wording, clarified language index.md (#21426) 2018-11-10 14:46:54 +07:00
Zeff Morgan 4a59a669e3 Adding instructions to fix .gitignore mistakes (#21334)
* Adding instructions to clean up .gitignore errors

Inexperienced devs often run into these situations that can be frustrating and a little scary to fix. The information is easy enough to find, and I hate to overcomplicate these instructions, but since these are common enough mistakes for the newly initiated, it may be good to have a reference here.

* Adding instruction to fix .gitignore mistakes

A common mistake for the inexperienced is to commit files and directories without updating the .gitignore file. This information is easily found if you dig for it, but common enough I thought it might be useful to add here.
2018-11-09 15:50:29 +00:00
Tim Sullivan 5e00cbbeed Added core GIT to list of GUIs (#21237)
and linked to the https://git.wiki.kernel.org/index.php/InterfacesFrontendsAndTools page that includes dozens of options.
2018-11-08 09:17:32 +00:00
wendygwo e32ff64853 Add detail for how to tell git to track new files (#21819) 2018-11-07 01:10:53 -05:00
vishal2599 93d59f9d50 nohyphen index.md (#21416)
No hyphen needed between word unstaged .
2018-11-04 07:14:56 -05:00
babybuttons b79f0a407a fix: fixed whitespace (#20350) 2018-10-28 03:24:51 +07:00
Todd Chaffee bdf4b7bda5 Added the advantages of cheap branching to the git guide intro (#26037) 2018-10-23 20:21:33 +05:30
Bouncey 6d511c558a fix(guide): Fix all frontmatter 2018-10-19 16:28:34 +01:00
thinkinbee 1309330fa2 fix typo (#19640) 2018-10-17 10:38:39 -07:00
Mrugesh Mohapatra da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30