1. clone from repository
where: $GIT_REPOS is path to git repository
if you like to have little fancy to organize cloned versions with dates, i prefer this way:
also you can further use alias to have this command as:
2. list tags
3. find the difference between tags
if you like to print only file names changed, then use:
4. status – gives necessary information
5. add files
adding all the files
6. commit the changes
7. take changes from other repository
5,104 total views, 5 views today