Jump to content

how can i upload (/ pdf ) files to github?


dil_bert

Recommended Posts

  • 1 month later...

  1. On GitHub, navigate to the main page of the repository.

  2. 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.

Link to comment
Share on other sites

  • 1 year later...

Below are the easy steps: -

  1. On GitHub, navigate to the main page of the repository.

  2.  

    Upload files button
    Under your repository name, click Upload files.
  3. Drag and drop area
    Drag and drop the file or folder you'd like to upload to your repository onto the file tree.
  4.  

    Commit message for your change
    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.
  5.  

    Commit branch options
    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.
  6.  

    Commit changes button
    Click Commit changes.

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.