Skip to content
Snippets Groups Projects
Commit f623840f authored by mayoranna's avatar mayoranna
Browse files

Upload New File

parent 13e1ad7d
Branches
Tags
No related merge requests found
Pipeline #440 failed
Command line instructions
Git global setup
git config --global user.name "mayoranna"
git config --global user.email "mayoranna@sch.bme.hu"
Create a new repository
git clone git@git.sch.bme.hu:mayoranna/prog1nhf.git
cd prog1nhf
touch README.md
git add README.md
git commit -m "add README"
git push -u origin master
Existing folder
cd existing_folder
git init
git remote add origin git@git.sch.bme.hu:mayoranna/prog1nhf.git
git add .
git commit -m "Initial commit"
git push -u origin master
Existing Git repository
cd existing_repo
git remote rename origin old-origin
git remote add origin git@git.sch.bme.hu:mayoranna/prog1nhf.git
git push -u origin --all
git push -u origin --tags
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment