Skip to content

marcorosner/commit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Commit

Bash script to use git.

Usage:

bash commit.sh

Description:

This script use git, in this way:

  1. git commit
  2. If you do not create branch, git stash
  3. Merge your branch to master
  4. If exist upstream remote repository, fetch upstream
  5. Merge upstream into master branch
  6. If your branch has diference with master, git merge
  7. Push to orgin
  8. Make tag

About

Bash script to use git

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages