Skip to content

ywen/git_helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A collection of bash scripts helping on different git tasks

Scripts descriptions

  • gitcreatebranch (branch-name) - It creates a branch with branch-name on the remote, and then track the branch locally
  • delete_git_branch (branch-name) - It reverts what gitcreatebranch does (remove both remote and local branch)
  • gitci - Do a git diff and git status, asking if the user wants to continue given the information being presented. If the suer says Yes, the script will commit and push the changes

About

a collection of git scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages