Horje
create a git repository from local machine and push it online Code Example
create a git repository from local machine and push it online
#initialize 
git init 
# add your URL , it can be local or remote one 
git remote add origin <YOUR_URL>
# commit something
git add *
git commit -m "your message"
# push to your repository 
git push origin master
# you can then go and check online




Shell

Related
display hidden files mac Code Example display hidden files mac Code Example
grep if Code Example grep if Code Example
how to install phpunit Code Example how to install phpunit Code Example
Loop through an array of strings in Bash Code Example Loop through an array of strings in Bash Code Example
powershell copy-item specify credentials Code Example powershell copy-item specify credentials Code Example

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