Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

upload folder to gitlab

git init
git checkout -b main
git add .
git commit -m "Initial Commit"
git remote add origin https://gitlab.com/username/projectName.git
git push -uf origin main
Comment

PREVIOUS NEXT
Code Example
Shell :: how to download grub with pop os 
Shell :: infinite loop bash 
Shell :: list of git branches 
Shell :: docker command not available in ubuntu wsl 
Shell :: git display unrelated histories 
Shell :: copy ssh remote server 
Shell :: set gunicorn timeout via command 
Shell :: laravel download 
Shell :: upgrade capacitor 
Shell :: bash vim how to append text to every line 
Shell :: bash vertical bar 
Shell :: ubuntu vim-plug install 
Shell :: pytorch for jetson nano 
Shell :: git push -u origin master 
Shell :: get vscode extensions with ps1 
Shell :: how to delete unstaged files that were recently added locally 
Shell :: check ram arch linux 
Shell :: pip install pygame 
Shell :: export requirements from python venv 
Shell :: global configuration git 
Shell :: create package in ros2 
Shell :: run ionic capacitor device 
Shell :: find command recursive 
Shell :: pip install without dependencies 
Shell :: bash create empty array 
Shell :: intsall ifconfig mac os 
Shell :: create empty branch git 
Shell :: .gitignore not working 
Shell :: how to install httrack in kali linux 
Shell :: how to install zsh in fedora 
ADD CONTENT
Topic
Content
Source link
Name
1+8 =