GithubHelp home page GithubHelp logo

advanced-git-challenge-1's Introduction

Advanced Git Challenge #1 Merging / Rebasing Complete the following steps:

[x] Create a new repository (each individually): either on GitHub or locally [x] Create a single commit in that repo (for example by adding a Readme.md) [x] Clone the GitHub repo or push your local repository to GitHub [x] Create a new branch locally [x] Change your Readme.md in your local branch and commit it [x] Push your local branch to GitHub Create a pull request for your new branch on GitHub Merge your pull request Inspect your history: Post a screenshot of your commit history on slack. The history should include your merged pull request (if you take it locally you need to update your main branch first)

Part 2: Create a local branch (featureB) based off of your initial commit Look at the history of the featureB branch (git log) to ensure that it only contains a single commit. It shouldn’t contain anything from featureA (that you merged via GitHub) Commit something in the featureB branch (ideally in a new file, to avoid conflicts) Checkout your main / master branch and pull to get the merged PR from GitHub. Verify using the log that the GitHub merge commit is part of your history Merge the featureB branch into your main / master (locally, e.g. from the command line) What is the automatically generated commit message for the merge commit? Post a screenshot in Slack of the full history graph. Note: this should include the merged pull request as well as your local merge. You might have to run git pull on your local main / master branch to update it. You can get a nice graph using: git log --oneline --decorate --graph --all If you leave out the --oneline argument you get more info per commit (such as the author and the date).

advanced-git-challenge-1's People

Contributors

richardkruemmel avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.