Gitlab

From HyperSecurity Wiki
Revision as of 06:07, 8 July 2020 by Srapaz (talk | contribs) (Created page with "'''Add new or update file:''' git add makeInit '''Commit a file:''' git commit -m "Comment" '''Push file to gitlab'' git push -u {branch}")
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

Add new or update file: git add makeInit

Commit a file: git commit -m "Comment"

'Push file to gitlab git push -u {branch}