Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

             git clone ~winger/gem/v_5.1.1/Abs/UQAM_latest/gem

...


If there were uncommited changes to the code you would like to get as well you will have to copy the modified files by hand. This is not elegant at all, but if you want to make sure you got all modifications you can also remove your source code and then copy the source code you want by hand. For example:

             cd ~/gem/v_5.1.1/Abs/My_Abs/gem/src
             rm -rf
gemdyn modelutils rpnphy
             cd ~/gem/v_5.1.1/Abs/Abs_directory_to_clone_from/gem/src
            
rsync -ruvt gemdyn modelutils rpnphy ~/gem/v_5.1.1/Abs/My_Abs/gem/src

...

If there were uncommited changes to the code you would like to get as well you will have to copy the modified files by hand. This is not elegant at all, but if you want to make sure you got all modifications you can also remove your source code and then copy the source code you want by hand. For example:

             cd ~/gem/v_5.1.1/Abs/My_Abs/gem/src
             rm -rf
gemdyn modelutils rpnphy
             cd ~/gem/v_5.1.1/Abs/Abs_directory_to_clone_from/gem/src
            
rsync -ruvt gemdyn modelutils rpnphy ~/gem/v_5.1.1/Abs/My_Abs/gem/src

c) Create working directories

...