Automate tool for creating git repositories on depots.ensimag.fr.
This script automates the creation of a git on depots.ensimag.fr.
It allows you to share a git with other colleagues.
Add multiple colleague could be done by :
-c pseudo1 -c pseudo2.
./git_init.sh --gitname name_of_the_git [options]
Example :
./git_init.sh -g tp.git -c dupontj -c dupondj -f our_folder -v
--gitname | -g Name of the .git
--help | -h Display help message
--foldername | -f Name of the folder on the server
--colleague | -c List of the pseudo of your colleague
Feel free to contribute!
All improvements and helps are welcomed.