My batch is FSR150323 i am not able to add my assignment on github

1 Like

@anandanbhore2

To add your assignment to GitHub, you can follow these steps:

  1. Create a GitHub account if you don’t already have one.
  2. Create a new repository on GitHub by clicking on the “+” button on the top right corner of the screen and selecting “New repository” from the dropdown menu.
  3. Give your repository a name and description, and choose whether you want it to be public or private.
  4. Click the “Create repository” button to create your new repository.
  5. Open your project folder on your local machine and create a new file called README.md. This file will contain the description of your project.
  6. Initialize a Git repository in your project folder by running the following command in your terminal: git init.
  7. Add all the files in your project folder to the Git repository by running the following command: git add ..
  8. Commit the changes by running the following command: git commit -m "Initial commit".
  9. Set the remote repository URL by running the following command, replacing your-username and your-repo-name with your actual GitHub username and repository name: git remote add origin https://github.com/your-username/your-repo-name.git.
  10. Push your changes to the remote repository by running the following command: git push -u origin main.
  11. Check your repository on GitHub to see if your files have been successfully uploaded.

If you encounter any issues while following these steps, You can post that issue.

1 Like

it is showing like this