yogeshtakeo / bootcamp_FD30

This is the repositary for bootcamp frontend developers
1 stars 0 forks source link

Task 2 : Github #2

Closed yogeshtakeo closed 1 year ago

yogeshtakeo commented 1 year ago

Task 2: Creating a Repository and Pushing Files

Objective:

Create a new repository on GitHub and push files to it using Git.

Task Overview

Task Details

  1. Watch a tutorial video or read an article on creating repositories on GitHub.
  2. Sign in to your GitHub account.
  3. Click on the "+" icon in the top-right corner and select "New repository" from the dropdown menu.
  4. Provide a name for your repository (e.g., "frontend-bootcamp-tasks") and an optional description.
  5. Choose the visibility (public or private) for your repository.
  6. Optionally, select the option to initialize the repository with a README file.
  7. Click on the "Create repository" button to create the repository on GitHub.

Now, let's move to the local machine:

Open a terminal or command prompt and navigate to your project directory. Initialize a new Git repository in your project directory using the command:

git init

Add the files you want to push to the repository. For example, if you have an HTML file called "index.html" and a CSS file called "styles.css" in your project directory, use the following command to add them:

git add .

Commit the changes with a descriptive message using the command:

git commit -m "Initial commit" Connect your local repository to the remote repository on GitHub using the following command:

git remote add origin https://github.com/your-username/frontend-bootcamp-tasks.git

Push the changes to the remote repository using the command: git push origin master

Verify that the files have been pushed to your GitHub repository by visiting the repository's page on GitHub.

Task Submission

Take a screenshot of your GitHub repository showing the pushed files. Share the screenshot on the issues comment of this issue.

junuthapa011 commented 1 year ago

Name: Junu Thapa Repository URL: https://github.com/junuthapa011/BootcampFDB30.git

Image

KabinaThapa commented 1 year ago

/

Namsla commented 1 year ago

Name: Namkhang Tsamchoe Github link: https://github.com/Namsla/Repository.git

Screen Shot 2023-05-17 at 12 19 49 AM

KabinaThapa commented 1 year ago

Kabina Thapa

https://github.com/KabinaThapa/Bootcamp-frontend-task2

Image Image

ashmaupret100 commented 1 year ago

Ashma

Image

Image

sandessth commented 1 year ago

Sandesh Shrestha https://github.com/sandessth/day_2

day2_add repository

ashmaupret100 commented 1 year ago

ashma

Image

dinakc commented 1 year ago

Image

Jharanatmg commented 1 year ago

Jharana

Task 2
Jharanatmg commented 1 year ago

Jharana https://github.com/Jharanatmg/Task-2-CP.git

Task 2
dinakc commented 1 year ago

Deena KC https://github.com/dinakc/indexhtml.git

Image

ashmaupret100 commented 1 year ago

Name: Ashma Upreti Github link : git@github.com:ashmaupret100/git_task2.git

Image

babisha commented 1 year ago

Image