Difference between revisions of "Gitlab"

From HyperSecurity Wiki
Jump to: navigation, search
(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}")
(No difference)

Revision as of 06:07, 8 July 2020

Add new or update file: git add makeInit

Commit a file: git commit -m "Comment"

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