Command’s to Initialize existing repo on Git hub. 1. Initialize the Git Repo · git init 2. Add the files to Git index · git add -A 3. Commit Added Files · git commit -m 'Added my project' 4. Add new remote origin · git remote add origin git@github.com:name/my-new-project.git 5. Push to GitHub · git push -u -f origin master
Search This Blog
Team Veilux
Posts
Featured
Latest Posts
Cloudflare Introduce their new DNS service to speed up web browsing
- Get link
- X
- Other Apps
How to create a virtual host in apache server
- Get link
- X
- Other Apps
Create a new project with Laravel and Composer
- Get link
- X
- Other Apps