Skip to content

Vijay-Kardile/data

Repository files navigation

git init git add ProjectFolderName git commit -m "first commit" git remote add origin https://github.com/YourGithubUsername/RepositoryName.git git push -u origin master git pull -u origin master First make the repository (Name=RepositoryName) on github.Open the terminal and make the new directory (mkdir NewDirectory).Copy your ProjectFolder to this NewDirectory.Change the present work directory to NewDirectory.Run these commands git initgit add ProjectFolderNamegit commit -m "first commit"git remote add origin https://github.com/YourGithubUsername/RepositoryName.gitgit push -u origin master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages