Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Push existing folder

cd existing_folder
git init --initial-branch=main
git remote add origin git@gitlab.agillia.fr:agillia/bga-vetements.git
git add .
git commit -m "Initial commit"
git push -u origin main
Comment

Push an existing folder

cd existing_folder
git init --initial-branch=main
git remote add origin https://gitlab.com/LakshanWijerathne1234/test_8.git
git add .
git commit -m "Initial commit"
git push -u origin main
Comment

PREVIOUS NEXT
Code Example
Shell :: firewalld redhat 
Shell :: path folder after generate ssh-keygen 
Shell :: get-docke 
Shell :: TestStand enter non ascii 
Shell :: bash script get value from piped input 
Shell :: linux remove non-ascii characters from file 
Shell :: docker compose command 
Shell :: E: Unable to locate package rvm 
Shell :: docker compose busybox image 
Shell :: Bash script to check permission and store it 
Shell :: how to install altair graphql on manjaro linux 
Shell :: non-docker root 
Shell :: how to install flow on gatsbyjs 
Shell :: add nvm 
Shell :: python rioxarray install 
Shell :: conda install libsndfile 
Shell :: git link on local project 
Shell :: bash use variable in string 
Shell :: how to calculate duration of time in shell script 
Shell :: scaffold key 
Shell :: zsh open current directory in explorer 
Shell :: install python 3.6 cli 
Shell :: check last 5 commit git on branch 
Shell :: nano add line numbers 
Shell :: how to create a new branch 
Shell :: comment creer un fichier en linux 
Shell :: mac bash_profile file not being sourced 
Shell :: create windows network share from command line 
Shell :: digitalocean install lamp ubuntu 20.04 
Shell :: powershell get disk space remote computer 
ADD CONTENT
Topic
Content
Source link
Name
4+2 =