15 lines
364 B
Markdown
15 lines
364 B
Markdown
# gt bash script 0.1
|
|
|
|
A helper for git functions I really miss, like merging the lastest develop / main branch into my current branch, showing what I (or someone else) has checked in over the time, etc.
|
|
|
|
## Changelog
|
|
|
|
__0.1__
|
|
|
|
* Created the initial bash script
|
|
* Added config functions (for future use)
|
|
* Added commands pull, tag, mine, pullAndMerge
|
|
|
|
## Sources
|
|
|
|
- |