How to upload an entire folder?
Try GIT Bash, use the following codes to upload the whole folder.
you need to use git developer settings Personal Access Tokens based login credentials
Open Git Bash.
cd projectname
git init
git remote add origin https://github.com/<username>/<repo>.git
git remote -v (for checking current repository)
git add -A (add all files)
git commit -m 'Add files via upload'
git pull --rebase origin master
git push origin master
-
Notifications
You must be signed in to change notification settings - Fork 0
phpkadir/usefull_github_commands
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