Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 875 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 875 Bytes

dvcs-labs

Practicing use of version control systems

Lab 2 Work Progess -- Google spreadsheet

https://docs.google.com/spreadsheets/d/1ow8TGp_ECF-sEUpCJEwl9JnryM99T4BDTGYO26WDds0/edit#gid=0

Members:

  1. Буланкин
  2. Головинова
  3. Денисов
  4. Донцов
  5. Ибрагим
  6. Калинкин
  7. Катышев
  8. Ковалев
  9. Курносов
  10. Курылев
  11. Махоткин
  12. Михайлов
  13. Поликарпова
  14. Рассадников
  15. Roby De-Visser

Git Bash Tips

  • Create branches command:
$ for VAR in Bulankin  Golovinova  Denisov  Dontsov  Ibragim  Kalinkin  Katyshev  Kovalev  Kurnosov  Kurylev  Mahotkin  Mihailov  Polikarpova  Rassadnikov Roby
do
git branch $VAR
done
  • Do not ask login & password every time you run git push:

    $ git config --global credential.helper store