git config --global user.name "USERNAME"
git config --global user.email "email_address@example.com"
git config --global --list
git remote add source https://gitlab.com/cameronmcnz/example-website.git
git branch -a
# // git branch -d dal2
git init
git add .
git rm filename
git commit -m "Push existing project to GitLab"
git push -u -f source master
git checkout branch-name
git checkout -b new-branch-name
git clone https://gitlab.com/cameronmcnz/example-website.git
git clean -f
git rm --cached submodule-name



#Git global setup

git config --global user.name "Durukan Bal"
git config --global user.email "durukan.bal@durukanbal.com"

#Yeni bir depo oluştur

git clone git@gitlab.gotocure.com:DurukanBal/durukanbal.com-demir-head.git
cd durukanbal.com-demir-head
git switch -c main
touch README.md
git add README.md
git commit -m "add README"
git push -u origin main

#Push an existing folder

cd existing_folder
git init --initial-branch=main
git remote add origin git@gitlab.durukanbal.com:DurukanBal/durukanbal.com-demir-head.git
git add .
git commit -m "Initial commit"
git push -u origin main

#Push an existing Git repository

cd existing_repo
git remote rename origin old-origin
git remote add origin git@gitlab.durukanbal.com:DurukanBal/durukanbal.com-demir-head.git
git push -u origin --all
git push -u origin --tags
Categories: Bash language

55 Comments

generic fildena online · 17/08/2025 at 05:47

purchase fildena generic no prescription

how many orgasms can u get on 1 fildena pill

cheap itraconazole cheap uk · 17/08/2025 at 06:36

buy cheap itraconazole france where to buy

buying itraconazole new zealand buy online

kamagra prášky v kanadě · 17/08/2025 at 06:42

kamagra odeslala cod v sobotu

koupit kamagra v sobotu dodání

kamagra sans prescription médicale · 17/08/2025 at 07:20

acheter kamagra pharmacie livrer a domicile de medicaments

kamagra sans ordonnance

kamagra · 30/08/2025 at 22:34

… [Trackback]

[…] There you can find 10434 additional Information on that Topic: durukanbal.com/2022/11/18/bash-git-command-using/ […]

Leave a Reply

Avatar placeholder