Skip to content
/ gpush Public

快速将项目中的所有改变push到代码仓库

License

Notifications You must be signed in to change notification settings

inoname/gpush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gpush

用于快速将项目中的所有改变push到代码仓库,可以替代以下操作:

git add .
git commit -m ""
git push

使用说明:

  • 1.将gpush文件放入 /usr/bin 目录中
  • 2.在终端中直接使用 gpush 命令即可

如果提示没有执行权限,执行 chmod 744 gpush

image

About

快速将项目中的所有改变push到代码仓库

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages