Skip to content

Releases: WolfyzDBois-Student/Aliases

Version 2

10 Nov 14:21
98dc6be
Compare
Choose a tag to compare
  • Added "create"
  • Patched push/archi/submit (possibility to do more than 9 times the command)
  • Various improvements (error messages, languages, ...)

Full Changelog: 1.0...2.0

Version 1

09 Nov 21:14
1ded056
Compare
Choose a tag to compare

Alias 1.0.

Important

If you don't know what "moulinette" is then this repo won't be of much use to you.

Tip

Everything has been tested, however, unexpected behaviors in particular situations may have escaped us.
If you find a bug or have ideas, open an Issue/PR

push

  1. Check if we are in a git repository
  2. Git add -A
  3. Git commit "push-" followed by the push number (1 if first push, 2 if second push, etc.)
  4. Push

archi

  1. Check if we are in a git repository
  2. Git add -A
  3. Git commit "archi-" followed by the archi number (1 if first archi, 2 if second archi, etc.)
  4. Git tag -ma "archi-" followed by the archi number
  5. Push with the tag for the moulinette

submit

  1. Check if we are in a git repository
  2. Check if the last commit is an "archi-" commit
  3. Git add -A
  4. Git commit "submit-" followed by the submit number (1 if first submit, 2 if second submit, etc.)
  5. Git tag -ma "submit-" followed by the submit number
  6. Push with the tag for the moulinette

Full Changelog: https://github.com/WolfyzDBois-Student/alias_git/commits/1.0