This chapter discusses selected commands ordered by category.
Creates a new commit object with staged files.
To include additional changes to the last commit object.
Creates a new commit object with the files from the INDEX.
Stage all modified tracked files and create a new commit object and update the INDEX.
Sets the current branch HEAD to origin/develop (remote repo) and resets the INDEX and the working tree as well.
git fetch –all
git commit -a -m "9.1.2024, prepare to go to remotes/origin/desy3.4.3.X" to branch desy3.0.4.X
git checkout -b desy3.4.3.X remotes/origin/desy3.4.3.X
git diff > diff.lis git apply src/sardana/macroserver/recorders/diff.lis