Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

committing on github

# make sure to do: git config --global user.name "username" 
# git config --global user.email "your.email@email.com"

git init -b main
git add .
git commit -m "message"
git push origin main
Comment

PREVIOUS NEXT
Code Example
Shell :: for in shell script 
Shell :: Unit Tests 
Shell :: unzip .tar.xz 
Shell :: docker compose install 
Shell :: docker install google chrome 
Shell :: bash measure execution time 
Shell :: shortcut key for screenshot in windows 7 
Shell :: sed add line to file 
Shell :: how to uninstall photos app in windows 10 
Shell :: sleep until time bash 
Shell :: how to change git default branch name 
Shell :: how to I paste in gitbash windows 
Shell :: slack powershell command 
Shell :: corewar 42 github 
Shell :: twisted.internet.error.ReactorAlreadyInstalledError: reactor already installed [5804] Failed to execute script main 
Shell :: add logged in user to local administrators group powershell site:www.reddit.com 
Shell :: IBM rpc mount export: RPC: Unable to receive; errno = No route to host 
Shell :: getssl 
Php :: laravel artisan clear cache 
Php :: php remove last char from string 
Php :: php redirect in seconds 
Php :: phpinfo file 
Php :: how to get file extension in laravel 
Php :: laravel 8 password confirmation validation 
Php :: autoprefixer: Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated. 
Php :: store image in public folder laravel 8 
Php :: php loop 
Php :: laravel/ui v3.0.0 requires php ^7.3 - your php version (8.0.2) does not satisfy that requirement. 
Php :: refresh web route laravel 
Php :: laravel carbon time format AM PM 
ADD CONTENT
Topic
Content
Source link
Name
2+7 =