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
-
Notifications
You must be signed in to change notification settings - Fork 0
Vijay-Kardile/data
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published