Skip to content

nimishbongale/git-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

custom-git-scripts

git-scripts is a collection of custom build git commands to simplify the procedures of going about the git workflows.

Installation

Clone the repo in your C drive (Windows) and your home (root) directory in Linux.

git clone https://github.com/nimishbongale/git-scripts.git

Check the Individual INSTRUCTIONS.md for setup and Installation guides.

Usage

Command Description
git br Show all branches
git ch-br Change into another branch
git cl Performs git clone
git conf Sets Username and email for current user
git full-send Initializes local git repo, adds remote origin, and pushes code to github
git recv Performs git pull from master
git send Performs git push to master

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

LGPL 3.0