Explore >> Select a destination


You are here

rollen.io
| | ericlathrop.com
15.5 parsecs away

Travel
| | Sometimes you're somewhere deep inside your git repo in bash, and you just want to pop back up to the root folder. It can be annoying to figure out how many dots you need in something like cd ../../... I made a small bash function you can use to just type gr to change to the git root:
| | techtldr.com
12.2 parsecs away

Travel
| | My current work requires me to submit weekly reports and so did some other jobs that I've had in the past. To help with that task, I wrote the following script that: Goes through every one of my git repos Checks if I've made any commits in the past week If I did, prints the [...]
| | darekkay.com
20.5 parsecs away

Travel
| | Don't fear history-changing Git commands - embrace them instead.
| | blog.danskingdom.com
107.8 parsecs away

Travel
| Git is super powerful, but can also be confusing, especially when using the command line interface (CLI). It has so many commands, and I only regularly use a handful of them.