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 :: using screen in wsl 
Shell :: how to see map of branches in git 
Shell :: advanced installer product key 
Shell :: import fuzzywuzzy module jupyter notebook 
Shell :: mkdir -p exemple 
Shell :: how to install alfa 1900 driver on ubuntu 
Shell :: batch number comparison 
Shell :: To see all connection NetworkManager has on linux 
Shell :: wc command 
Shell :: what is appmenu-gtk-module 
Shell :: git out of sync 
Shell :: powershell add to path 
Shell :: ubuntu stacer review 
Shell :: how to run a code in github 
Shell :: install magento extension composer 
Shell :: ppa user or team does not exist 
Shell :: macbook disable input from built in keyboard 
Shell :: cmd command pipe file to clipboard 
Shell :: how to create security group using aws cli 
Shell :: how to stop the node server from running 
Shell :: where do you install composer 
Shell :: npm typeahead bootstrap 
Shell :: add dependencies to package.json 
Shell :: zsh bash count directories 
Shell :: stop elasticsearch 
Shell :: launch edge from wsl 
Shell :: install anydesk to kali 
Shell :: add ssh public key to server 
Shell :: Running a local script on a remote machine (or remote on local) 
Shell :: create user in linux 
ADD CONTENT
Topic
Content
Source link
Name
1+3 =