Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • F first-contributions
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 322
    • Merge requests 322
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • First Contributions
  • first-contributions
  • Merge requests
  • !37
An error occurred while fetching the assigned milestone of the selected merge_request.

change README.md to make certain actions more detailed

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/raigon44/secondbr into master 8 years ago
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: raigon44

Compare
  • master (base)

and
  • latest version
    0f607f68
    1 commit, 2 years ago

1 file
+ 3
- 3

    Preferences

    File browser
    Compare changes
README.md
+ 3
- 3
  • View file @ 0f607f68

  • Edit in single-file editor

  • Open in Web IDE


@@ -50,12 +50,12 @@ git checkout -b add-alonzo-church
## Make necessary changes and commit those changes
Now open `Contributors.md` file in a text editor and add your name to it, then save the file. If you go to the project directory and do `git status`, you'll see there are changes. Add those changes using `git add`
Now open `Contributors.md` file in a text editor and add your name to it, then save the file. If you go to the project directory and do `git status`, you'll see there are changes. Add those changes using the below `git add` commad.
```
git add Contributors.md
```
Now commit those changes using `git commit`
Now commit those changes using the below `git commit` command.
```
git commit -m "Add <your-name> to Contributors list"
```
@@ -71,7 +71,7 @@ Replace `<add-your-name>` with the name of the branch you created earlier
## Submit your changes for review
If you go to your repository on github, you'll see a button to open a pull request. click on that button.
If you go to your repository on github, you'll see `Compare & pull request` button. click on that button.
<img style="float: right;" src="assets/compare-and-pull.png" alt="create a pull request" />
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
0
0 participants
Reference:
Source branch: github/fork/raigon44/secondbr

Menu

Explore Projects Groups Snippets