Update README.md
parent
5ecd01fb26
commit
1c04a96d5f
|
@ -50,8 +50,8 @@ $ works!!
|
||||||
```
|
```
|
||||||
|
|
||||||
## Why?
|
## Why?
|
||||||
The main motivation for creating this tool was that in my work I like to have the Git branch I'm working on in `$branch`, but it's annoying to have to create it every time I restart or close the terminal I was working on.
|
The main motivation for creating this tool was that in my work I like to have the Git branch I'm working on in `$branch`, but it's annoying to have to create it every time I restart or close the terminal I was working on.
|
||||||
I could add it to `.bashrc` directly, but I would have to do it every time I have to work on a new branch and it wasn't comfortable.
|
I could add it to `.bashrc` directly, but I would have to do it every time I have to work on a new branch and it wasn't comfortable.
|
||||||
So now instead of having to type:
|
So now instead of having to type:
|
||||||
```Bash
|
```Bash
|
||||||
branch="super_useful_change"
|
branch="super_useful_change"
|
||||||
|
|
Loading…
Reference in New Issue