Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Prog1 nagyHF
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mayoranna
Prog1 nagyHF
Commits
f623840f
Commit
f623840f
authored
6 years ago
by
mayoranna
Browse files
Options
Downloads
Patches
Plain Diff
Upload New File
parent
13e1ad7d
No related branches found
No related tags found
No related merge requests found
Pipeline
#440
failed
6 years ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+36
-0
36 additions, 0 deletions
README.md
with
36 additions
and
0 deletions
README.md
0 → 100644
+
36
−
0
View file @
f623840f
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment