8000 GitHub - Boiiterra/git_and_shell: My small experiment with shell scripts that makes some git commands shorter.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Boiiterra/git_and_shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Git and shell

My small experiment with shell scripts that makes some git commands shorter.

Setup:

git clone "https://github.com/TerraBoii/git_and_shell.git"
cd git_and_shell
source scripts.sh

Usage:

# To run the type in commands:
nbranch "<branch name>" # to create new branch
rmabranch # to delete all branches except stable? current and default
addcomall <message> # to add all files in current directory and commit with message
addcomfi <file> <message> # to add file in current directory and commit with message 
ghsync # to pull all changes from remote repository
ghdpush # to push changes to remote repository
getprloc <pull request ID> # to get pull request on local machine

About

My small experiment with shell scripts that makes some git commands shorter.

Topics

Resources

License

Stars

Watchers

Forks

Languages

0