Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeEmacs
git add "file"<file-name>

Commit changes

After changing the code these changes have to be committed with:

...

Code Block
languagebash
themeEmacs
git tag -a v1.4V00-00-01 -m "my version 1.4Version V00-00-01"
git push v1.4V00-00-01