mirror of
https://github.com/namibia/tips.git
synced 2024-12-22 18:18:58 +00:00
whatchanged
This commit is contained in:
parent
55778710ea
commit
85df5705fb
@ -21,6 +21,7 @@
|
||||
* [Get only remote branches](https://github.com/git-tips/tips#get-only-remote-branches)
|
||||
* [Stage parts of a changed file, instead of the entire file](https://github.com/git-tips/tips#stage-parts-of-a-changed-file-instead-of-the-entire-file)
|
||||
* [Get git bash completion](https://github.com/git-tips/tips#get-git-bash-completion)
|
||||
* [What changed since two weeks?](https://github.com/git-tips/tips#what-changed-since-two-weeks)
|
||||
|
||||
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
|
||||
<!-- @doxie.inject end toc -->
|
||||
@ -124,5 +125,10 @@ git add -p
|
||||
curl http://git.io/vfhol > ~/.git-completion.bash && echo '[ -f ~/.git-completion.bash ] && . ~/.git-completion.bash' >> ~/.bashrc
|
||||
```
|
||||
|
||||
## What changed since two weeks?
|
||||
```sh
|
||||
git whatchanged --since='2 weeks ago'
|
||||
```
|
||||
|
||||
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
|
||||
<!-- @doxie.inject end -->
|
||||
|
@ -71,5 +71,9 @@
|
||||
{
|
||||
"title": "Get git bash completion",
|
||||
"tip": "curl http://git.io/vfhol > ~/.git-completion.bash && echo '[ -f ~/.git-completion.bash ] && . ~/.git-completion.bash' >> ~/.bashrc"
|
||||
},
|
||||
{
|
||||
"title": "What changed since two weeks?",
|
||||
"tip": "git whatchanged --since='2 weeks ago'"
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user