Spaces:
Running
Running
| @echo off | |
| TITLE Github Quick-Pull | |
| :: Print the branch cause ..oooooo fancy! | |
| echo Pulling from branch: | |
| git branch | |
| echo. | |
| git pull | |
| @echo off | |
| TITLE Github Quick-Pull | |
| :: Print the branch cause ..oooooo fancy! | |
| echo Pulling from branch: | |
| git branch | |
| echo. | |
| git pull | |