Advertisement
STANAANDREY

git init 1st time

Jul 15th, 2024
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. cd existing_repo
  2. git remote add origin https://gitlab.com/dev-delta/...
  3. git branch -M main
  4. git push -uf origin main
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement