1
0
mirror of https://github.com/namibia/tips.git synced 2024-06-03 19:01:13 +00:00
Commit Graph

334 Commits

Author SHA1 Message Date
Jorge Marin
418b227c12 Add tip for first commit in a branch 2016-06-19 19:50:21 +02:00
S N Munendra
614e5a9638 resolve merge conflict 2016-06-19 20:40:54 +05:30
S N Munendra
4cf5bbdaa7 Merge https://github.com/git-tips/tips 2016-06-19 20:34:11 +05:30
hemanth.hm
93e25eb718 Merge pull request #95 from infertux/git-submodule-update
Add alternative to update submodules
2016-06-19 19:03:08 +05:30
Cédric Félizard
b096219f31 Add alternative to update submodules 2016-06-19 11:44:59 +00:00
S N Munendra
a5db829708 Add tip to search commit log 2016-06-18 19:58:58 +05:30
hemanth.hm
d318ded72e Merge pull request #94 from denisbalyko/master
Added alternative update submodules
2016-06-18 18:44:07 +05:30
denisbalyko
7cfb002474 fix indent 2016-06-18 12:44:05 +03:00
denisbalyko
9d905ac6d1 added alternative update submodules 2016-06-18 12:42:31 +03:00
hemanth.hm
a6fbeefed1 Merge pull request #93 from gbraad/master
Add tip for shallow copy
2016-06-17 21:10:02 +05:30
Gerard Braad
ca7e782a9f Add tip for shallow copy 2016-06-17 15:32:33 +00:00
hemanth.hm
cffab88ab8 Merge pull request #91 from scriptype/master
Add git grep --heading --line-number <pattern>
2016-06-17 19:16:36 +05:30
hemanth.hm
115b45ad9b Merge pull request #92 from MarcBT/master
Add tip to delete local and remote tag
2016-06-17 19:16:08 +05:30
Marc Beuret
474262b119 Add tip to delete local and remote tag 2016-06-17 12:56:27 +02:00
scriptype
221aa76eec Add git grep 2016-06-17 02:58:38 +03:00
hemanth.hm
d5ca8fabcc Merge pull request #90 from p-v/master
Show all local branches ordered by recency
2016-06-16 17:49:21 +05:30
hemanth.hm
79c74517f6 Merge pull request #89 from adityasiwan/master
Add custom editor
2016-06-16 17:48:57 +05:30
Pratyush
e22b7b17d5 Add tip to show recently updated branches 2016-06-16 15:19:33 +05:30
Aditya Harsh
bdad5790be Add custom editor 2016-06-16 14:16:41 +05:30
hemanth.hm
dec07c0170 Merge pull request #83 from andela-dJames/feature-colored-terminal-output
Add tips for changing git terminal output color settings
2016-06-14 09:40:35 +05:30
hemanth.hm
b6eba1acb0 Merge pull request #84 from AndrewCvekl/master
Added another git command
2016-06-14 09:40:04 +05:30
hemanth.hm
ace3526a7f Merge pull request #85 from munendrasn/master
Adds alternatives to create and switch branch
2016-06-14 09:39:24 +05:30
hemanth.hm
ac572b9ebf Merge pull request #86 from codereflection/master
Adding alternative to deleting branches merged to master
2016-06-14 09:38:59 +05:30
Schumacher, Jeffrey
4efcd6cff6 Adding alternative to deleting branches merged to master that will not delete master itself 2016-06-13 11:17:54 -07:00
S N Munendra
0558db872b Adds alternatives to create and switch branch 2016-06-13 23:00:07 +05:30
Andrew
15698a4e20 Added another git command 2016-06-13 12:36:12 -04:00
hemanth.hm
1c07f20d21 Merge pull request #81 from Ranhiru/add-staged-as-a-synonym-for-cached
Added git diff --staged to be synonym for git diff --cached
2016-06-13 21:48:37 +05:30
andela-djames
223f430e1e Add tips for changing git terminal output color settings 2016-06-13 15:00:11 +01:00
Ranhiru Cooray
1ff31a939f Added alternative as an array 2016-06-13 19:47:46 +08:00
Ranhiru Cooray
32f2a4af35 Added --staged as an alternative 2016-06-12 22:41:16 +08:00
hemanth.hm
1cf1673f05 Merge pull request #80 from denisbalyko/master
Create and switch new branch
2016-06-12 17:47:36 +05:30
Ranhiru Cooray
c147aa64e2 Added git diff --staged to be synonym for git diff --cached 2016-06-12 19:53:00 +08:00
denisbalyko
5c77f3d539 Merge branch 'newtips/createbranch' 2016-06-12 11:12:11 +03:00
denisbalyko
b7c0a19ded Added git checkout -b 2016-06-12 11:10:42 +03:00
hemanth.hm
1e2a0e10fb Delete license.md 2016-06-12 12:38:16 +05:30
hemanth.hm
e7fe458e79 GNU GENERAL PUBLIC LICENSE
^
2016-06-12 12:38:00 +05:30
hemanth.hm
7b00ecf798 Merge pull request #79 from martintama/master
Ignore file mode changes on commits
2016-06-12 10:55:34 +05:30
Martin Tamashiro
6209b8ba85 Ignore file mode changes on commits 2016-06-11 14:59:23 -03:00
hemanth.hm
4668721ea5 Merge pull request #75 from kadikraman/fix-remove-merged-to-master
Remove --no-run-if-empty flag on removing branches that are merged to master
2016-06-11 20:13:00 +05:30
hemanth.hm
d6bb50e4dd Merge pull request #77 from ank91/patch/1
Add clone single branch command
2016-06-11 20:12:25 +05:30
ank91
d7e4e4a422 Add clone single branch command 2016-06-10 16:10:16 +05:30
Kadi Kraman
3bd8fae29b Remove --no-run-if-empty flag 2016-06-09 09:56:45 +01:00
hemanth.hm
d9a8859604 Merge pull request #63 from exalted/patch-2
Improve cleaning up branches merged into master
2016-06-09 12:06:32 +05:30
hemanth.hm
e2eb80ed24 Merge pull request #64 from exalted/patch-3
Use log instead of whatchanged
2016-06-09 12:06:22 +05:30
hemanth.hm
7ed587483e Merge pull request #73 from David-Wobrock/master
Formatting tabs into spaces and adding tip of tracing changes to one file
2016-06-09 12:05:40 +05:30
hemanth.hm
f9a314af96 Merge pull request #74 from exalted/patch-4
Emphasize to install dependencies
2016-06-09 12:05:12 +05:30
hemanth.hm
d3b180632b Merge pull request #62 from exalted/patch-1
Branches merged into master without checkout first
2016-06-09 12:04:45 +05:30
Ali Servet Donmez
221dae08ad Emphasize to install dependencies 2016-06-08 23:00:07 +02:00
David-Wobrock
cc2f616e56 Add tip for tracing all changes made to a file 2016-06-08 22:54:04 +02:00
Ali Servet Donmez
f9772a90df Update README and TOC
... by `npm run-script generate`
2016-06-08 22:51:47 +02:00