Horje
uploading a folder to github Code Example
uploading a folder to github
     git init
     git add <folder1> <folder2> <etc.>
     git commit -m "Your message about the commit"
     git remote add origin https://github.com/yourUsername/yourRepository.git
     git push -u origin master
     git push origin master  




Shell

Related
install laravel mix Code Example install laravel mix Code Example
bash list Code Example bash list Code Example
how to add a custom zsh aliases Code Example how to add a custom zsh aliases Code Example
git pull your local changes will be overwritten by merge Code Example git pull your local changes will be overwritten by merge Code Example
linux process holding deleted file Code Example linux process holding deleted file Code Example

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