Horje
committing on github Code Example
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




Shell

Related
pandoc Code Example pandoc Code Example
install apk using command Code Example install apk using command Code Example
Running Graphical Programs on Windows Subsystem on Linux Code Example Running Graphical Programs on Windows Subsystem on Linux Code Example
update mongodb version to 4 ubuntu Code Example update mongodb version to 4 ubuntu Code Example
Invalid base64-encoded string: number of data characters (221) cannot be 1 more than a multiple of 4 Code Example Invalid base64-encoded string: number of data characters (221) cannot be 1 more than a multiple of 4 Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9