Horje
add local folder to git repo Code Example
add local folder to git repo
git init
git add .
git commit -m "First commit"
git remote add origin <remote repository URL>
git remote -v
git push origin master




Shell

Related
dir in file txt Code Example dir in file txt Code Example
dir command windows Code Example dir command windows Code Example
dir list all files in subdirectories Code Example dir list all files in subdirectories Code Example
raspberrypi open port Code Example raspberrypi open port Code Example
get podman ubuntu Code Example get podman ubuntu Code Example

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