dil_bert Posted October 9, 2017 Share Posted October 9, 2017 dear experts, how can i upload (/ pdf ) files to github? love to hear from you Quote Link to comment Share on other sites More sharing options...
requinix Posted October 9, 2017 Share Posted October 9, 2017 Put it into your repo, commit, and push. I don't understand why this is even a question. Quote Link to comment Share on other sites More sharing options...
JamesPatricia Posted November 27, 2017 Share Posted November 27, 2017 On GitHub, navigate to the main page of the repository. Under your repository name, click Upload files. Drag and drop the file or folder you'd like to upload to your repository onto the file tree. At the bottom of the page, type a short, meaningful commit message that describes the change you made to the file. Below the commit message fields, decide whether to add your commit to the current branch or to a new branch. If your current branch is master, you should choose to create a new branch for your commit and then create a pull request. Quote Link to comment Share on other sites More sharing options...
jamesbrownn732 Posted December 31, 2018 Share Posted December 31, 2018 Below are the easy steps: - On GitHub, navigate to the main page of the repository. Under your repository name, click Upload files. Drag and drop the file or folder you'd like to upload to your repository onto the file tree. At the bottom of the page, type a short, meaningful commit message that describes the change you made to the file. You can attribute the commit to more than one author in the commit message. Below the commit message fields, decide whether to add your commit to the current branch or to a new branch. If your current branch is master, you should choose to create a new branch for your commit and then create a pull request. Click Commit changes. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.