Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
linux:git [2019/11/21 19:43] – [Basic usage] tmadelinux:git [2020/06/05 10:05] – [Basic usage] tmade
Line 59: Line 59:
   git remote                                                           #check, if remote location exists (test/ prod)   git remote                                                           #check, if remote location exists (test/ prod)
   git remote -v   git remote -v
 +  git remote remove origin                                             #remove remote "origin"
   git add .                                                            #or "git add kubeadm-config.yaml"   git add .                                                            #or "git add kubeadm-config.yaml"
   git commit -m "initial commit"                                       #to the previously created project on e. g. gitlab   git commit -m "initial commit"                                       #to the previously created project on e. g. gitlab
-  git push gitlab master                                               #gitlab target-server+  git push gitlab master                                               #update changes to master 
 +  git pull origin master                                               #pull changes from master
linux/git.txt · Last modified: 2024/04/16 17:38 by tmade
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki