tips icon indicating copy to clipboard operation
tips copied to clipboard

Most commonly used git tips and tricks.

Results 40 tips issues
Sort by recently updated
recently updated
newest added

Make xargs commands less dangerous

Sometimes you made a mistake and want to *attach* couple of commits to another branch ``` aa -- bb -- cc -- dd -- ee \ -- ff -- gg...

The git-tips project is amazing! It was a great idea to make a usable JSON file. So I thought why not harness the tips.json and make a CLI - https://github.com/nirajpandkar/gtip...

commit contains: 1) Tip to recover lost commit 2) 'Purne' typo fix

Can this be turned into a command-line utility. Something like this. ``` python import json from pprint import pprint from sys import argv from difflib import SequenceMatcher def similar(a, b):...

This is a terrific project, especially for IT Pros like myself trying to learn Git. For those people, I created a simple PowerShell script that I run every time I...

Just a couple sentences above the TOC that would at least include the git version on which these were tested (see also #47). Many operating systems are pinned on older...

It's seems that some git bash commands are working on my machine and it's absolutely updated... Can someone tell me why?

https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE

https://github.com/git-tips/tips/blob/master/tips.json