Ayushparikh-code / Ayushparikh-code/github-upload

Uploading your project

Đang mở
#3 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Không có dữ liệu ngôn ngữ
Star
1
Fork
0
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

## Step 3: Make the move

Having a project already stored locally enables you to move it to GitHub rather quickly. The following activity provides instructions to move your local project to GitHub using various tools. Select the tool you are most comfortable with and get importing :smile:.

### :keyboard: Activity: Moving your local project

1. In the **Code** tab of this repository, copy the URL shown under **Quick Setup**.
1. Follow the instructions below based on what tool you'd like to use locally.

Using the command line


### Using the command line

1. In your command line, navigate to your project directory. Type `git init` to initialize the directory as a Git repository.
2. Type `git remote add origin https://github.com/Ayushparikh-code/github-upload.git`
3. Type `git add .`
4. Type `git commit -m "initializing repository"`
5. Type `git push -u origin main` to push the files you have locally to the remote on GitHub. (You may be asked to log in.)

**Note:** You can also use a password protected SSH key to connect to GitHub. See [Connecting to GitHub with SSH](https://help.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh) in our documentation to learn more.


Using GitHub Desktop


### Using GitHub Desktop

GitHub Desktop doesn't allow you to add a new remote for an existing directory, so instead we'll copy the contents of your existing folder to our repo. If you'd like to keep your existing folder, you may want to use the command line or one of the other tools.

1. In GitHub Desktop, click on **File** and **Clone a repository**.
2. Click on the **URL** tab.
3. Paste the URL from this repository.
4. Move the contents of your local repository to this directory.
5. Create a commit by entering a commit message and then clicking on **Commit to main**
6. Click **Publish branch** in the top right corner to push your repository to GitHub.


Using Visual Studio Code


### Using Visual Studio Code

1. In Visual Studio Code, open the folder for your project.
1. Click the icon on the left for **Source Control**.
1. On the top of the Source Control panel, click the **Git icon**.
1. If the files you see match the repository you want to create, click **Initialize Repository**.
1. Next to the word **CHANGES**, click the symbol of the plus sign to stage all of the changes.
- This is part of the two stage commit. You can use this staging function to create meaningful commits throughout the development process.
1. In the box in the Source Control panel, type a commit message. Something like "initial commit - moving project" could work.
1. Click the checkmark at the top of the Source Control panel.
1. Open the integrated terminal found under View > Integrated Terminal.
1. In your command line, type `git remote add origin https://github.com/Ayushparikh-code/github-upload`
1. In the Source Control Panel, click the expandable three dots that open a menu of options.
1. When asked if you'd like to publish the branch, click **Okay**.


Using Atom


### Using Atom

1. In Atom, open the folder for your project
1. At the top of your screen, click **Packages**. Select **GitHub**, and then toggle the **Git Tab** from the drop-down menu.
1. Select **Create Repository** within the Git tab on the right-hand size of your screen.
1. Select **Init** to accept the default prompt of the pop up window
1. In the Git tab, you can see that your files are ready for staging. It _should_ be accounted for, but double check to make sure that none of your binaries or files that you listed in the .gitignore are listed in this dialog menu.
- If they are, double check your .gitignore file to make sure they're included or remove them from your directory.
1. Select **Stage All**
- This is part of the two stage commit. You can use this staging function to create meaningful commits throughout the development process.
1. In the box at the bottom of the Git panel, type a commit message. Something like "initial commit - moving project" could work.
1. Select **Commit**
1. Close Atom
1. In your command line, navigate to your project directory.
2. Type `git remote add origin https://github.com/Ayushparikh-code/github-upload`
3. Return to Atom, and select the [Up/Down arrow icon](https://user-images.githubusercontent.com/13326548/36766999-34ff2bb2-1bed-11e8-90c6-3c97d0837244.png) at the bottom of your Git Tab
4. Click [Push](https://user-images.githubusercontent.com/13326548/36767211-5fd34ce6-1bee-11e8-964a-f49bed227c02.png), above the noted dialog.
5. Return to your repository, and note a successful push by finding your files on GitHub's code tab.


Using Eclipse


### Using Eclipse

1. In Eclipse, from the Eclipse Marketplace, install the [eGit](http://www.eclipse.org/egit/) GitHub plugin.
2. Open your existing project.
3. Display the **Git Repositories** window by selecting Window > Show View > Other > Git > Git Repositories.
3. Click the **Create a Git Repository** button on the Git Repositories pane.
4. Make changes to your project and create a commit.
5. Push the changes to your default branch.
5. When asked for a remote, paste the URL you copied earlier.
6. Click next, and enter the branch name.




Watch below for my response

> :robot: Once you push your project to GitHub, I'll provide the next steps in your journey.

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Hướng nghiên cứu

Nội dung issue chứa đầy đủ hoạt động “Uploading your project”, nhưng không nêu tệp hoặc bài kiểm thử nào trong repository. Trước tiên, hãy xác định hoạt động này được lưu ở đâu, sau đó so sánh các hướng dẫn đã được công bố với workflow GitHub dự kiến và xác minh rằng bước hoàn tất được ghi trong tài liệu vẫn còn hoạt động.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Đánh giá

Công nghệ
git, github, vscode
Lĩnh vực
documentation
Loại issue
Tài liệu
Độ khó
3/5
Thời gian dự kiến
1-2 ngày
Mức độ hoạt động
Đình trệ
Độ rõ ràng
Cần làm rõ
Mức phù hợp với người mới
35/100

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.