• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

cp-geeks-adgitm/Hacktoberfest: Everyone is free to contribute.

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

cp-geeks-adgitm/Hacktoberfest

开源软件地址(OpenSource Url):

https://github.com/cp-geeks-adgitm/Hacktoberfest

开源编程语言(OpenSource Language):

C++ 78.4%

开源软件介绍(OpenSource Introduction):

Hacktoberfest 2021

Banner

How to Participate in Hacktoberfest 2021?

Register yourself.

Register yourself here to be eligible to participate in Hacktoberfest. You need to have a GitHub Account to do that.

[Additional] Star and Fork this Repository.

It is pretty easy to do the aforementioned, hover over to the top right corner of this repository to find the buttons to Star and Fork this repository.

Banner2

How to Contribute and Create a PR on this Repository?

1. Clone this repository.

You first need to create a local copy of this repository after you have forked it to be able to contribute to the same. Copy the following command and paste it in your terminal.

git clone https://github.com/username/HacktoberFest.git

Please ensure that you add YOUR username in the command and do this after Forking the Repository.

2. Create a New Branch

After successfully cloning the repository, you need to now create a separate branch for yourself to not disturb the workflow of the repository. If you aren't already inside the main folder copy this command in terminal and press enter.

cd HacktoberFest

Now that you are inside the main folder, use this command to create a new branch for yourself.

git branch (name of your branch)

Please ensure that the name of your branch is your username.

3. Switch to your New Branch

To start working and to push code from your own branch, please execute the following command in the Terminal.

git checkout (name of your branch)

You should receive a notification which will state that you have switched to your newly created branch.

4. ADD YOUR FAVORITE PIECE OF CODE WHICH CAN HELP BUDDING DEVELOPERS GROW!

Created a calculator in JavaScript? Made a very normal alert app in Kotlin? Push it in your branch! Anything that you think will help budding developers, you can add it here. While doing so, don't forget to add your name to the list of contributors that you will find below. While you are at it, ensure that you add something useful and not just add your name to the list of contributors. If you push an empty commit, your pull request will be marked as Invalid/Spam.

5. Sync all Updates

The part you have been waiting for. If you are sure that you are following the guidelines that you can find here, proceed further and execute the following command in your terminal.

git add .

This will add all the files in your local repository. After this execute

git commit -m "ADD YOUR MESSAGE HERE (PREFERABLY THE NAME OF YOUR PROJECT)"

Note that it is mandatory for you to add a Commit Message for others to understand what you are trying to add here. Now finally to push updates to the new branch, execute the following:

git push --set-upstream origin (name of your branch)

While you are at it, also execute the following command which will specify a new remote upstream repository (the cone you are looking at).

git remote add upstream https://github.com/cp-geeks-adgitm/HacktoberFest

6. Keep your Repository in Sync

You need to use the following commands to help you sync all the branches with their respective commits associated with this repository and stay in loop. Copy these commands and execute:

git fetch upstream

git checkout master

Post this you simply need to merge all the changes you made.

git merge upstream/master

  1. Create a Pull Request (The Part you have been waiting for) Now that you are done with the most complex parts of the process, you can just go to your forked repository and Click on New Pull Request towards the left hand side of the page and You're Done! Congratulations on successfully creating a Pull Request there!

What are the most important Git Commands that I am going to need?

Some important commands that you are going to need are listed below:

  • git checkout "(name of your branch)"
  • git checkout dev
  • git pull (Really !Important to merge updates)
  • git rebase dev

The most important commands now are as below:

  • git add . or git add -A
  • git commit -m "MESSAGE"
  • git push origin (name of your branch)

I am once again asking you to go through the Guidelines here.

Contributors

Please add your name in the list in the following format:

- Name

Please do not spam the repository with unnecessary Pull Requests. Happy Hacking!




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
tikv/pd: Placement driver for TiKV发布时间:2022-07-09
下一篇:
NullDev/Hacktoberfest-2020-FizzBuzz: Submit creative/abstract FizzBuzz solutions ...发布时间:2022-07-09
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap