Horje
git create new repo in git bash/ terminal Code Example
git create new repo in git bash/ terminal
echo "# pyqt5-finger-zkteco" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/tekashifuta/pyqt5-finger-zkteco.git
git push -u origin main
Source: github.com




Shell

Related
how to check if virtualization is enabled in bios in manjaro Code Example how to check if virtualization is enabled in bios in manjaro Code Example
Vim deleting all lines containing pattern Code Example Vim deleting all lines containing pattern Code Example
how to reslove Jira Software is licensed but not currently installed Code Example how to reslove Jira Software is licensed but not currently installed Code Example
how to run pyinstaller generate application in linux Code Example how to run pyinstaller generate application in linux Code Example
docker-compose update code without using build again Code Example docker-compose update code without using build again Code Example

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