Horje
how to upload laravel project on github using command Code Example
how to upload laravel project on github using command
//upload project to github using git bash
1 git init
2 git add .
3 git commit -m "first commit"
4 create a repository in git hub
//copy the url of new repository created and paste in following command before .git
5 git remote add origin url.git
6 git push -u origin master
Source: medium.com




Shell

Related
uninstall laptop mode tools elementary os Code Example uninstall laptop mode tools elementary os Code Example
install dependency google colab Code Example install dependency google colab Code Example
include buymeacoffewe butto in github README Code Example include buymeacoffewe butto in github README Code Example
create a file a1.txt tyep some content of it in linux Code Example create a file a1.txt tyep some content of it in linux Code Example
zsh slow cd Code Example zsh slow cd Code Example

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