git tip for updating submodules
This commit is contained in:
parent
d2c9db741b
commit
8400cc88c2
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
`git reset HEAD^`
|
`git reset HEAD^`
|
||||||
|
|
||||||
|
### Get latest submodules changes ([src](https://stackoverflow.com/questions/5828324/update-git-submodule-to-latest-commit-on-origin))
|
||||||
|
|
||||||
|
`git submodule foreach git pull origin master`
|
||||||
|
|
||||||
### Most active hours from git history ([src](https://gist.github.com/bessarabov/674ea13c77fc8128f24b5e3f53b7f094#gistcomment-2973934))
|
### Most active hours from git history ([src](https://gist.github.com/bessarabov/674ea13c77fc8128f24b5e3f53b7f094#gistcomment-2973934))
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user