Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

upload folder with gitbash

 	 git init
     git add <folder1> <folder2> <etc.>
     git commit -m "Your message about the commit"
     git remote add origin https://github.com/yourUsername/yourRepository.git
     git push -u origin master
     git push origin master 
Comment

PREVIOUS NEXT
Code Example
Shell :: how to start conda powershell windows 
Shell :: jenkins store sh output in variable 
Shell :: wsl settings 
Shell :: gh clone 
Shell :: grep without match 
Shell :: mac Running setup.py install for pyodbc did not run successfully. 
Shell :: scp local to remote 
Shell :: git how to roll back to a commit 
Shell :: how to add git bash to context menu 
Shell :: run shell script in docker build 
Shell :: grafana docker password 
Shell :: linux rename 
Shell :: bash if else 
Shell :: git restore file 
Shell :: taskkill cmd 
Shell :: ubuntu browser download manager 
Shell :: git push disable hooks 
Shell :: curl post form 
Shell :: mac see current path 
Shell :: flush the port 3001 
Shell :: how to reset ubuntu 20.04 
Shell :: camelcase python installing 
Shell :: activate virtual environment in ubuntu 
Shell :: how to search the memory for the address of bin/sh 
Shell :: clear log file space linux 
Shell :: remove folder and contents linux 
Shell :: mac compress tar.gz pc 
Shell :: jetpack compose 
Shell :: bcryptjs 
Shell :: install git bash windows 10 
ADD CONTENT
Topic
Content
Source link
Name
9+5 =