Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git improvement #824

Closed
wants to merge 2 commits into from
Closed

Git improvement #824

wants to merge 2 commits into from

Conversation

lucifertrj
Copy link

Update README with git log details and alternative for git switch

@lucifertrj
Copy link
Author

@microsoft-github-policy-service agree

@saragibby
Copy link
Collaborator

Thanks @lucifertrj for the suggestions! We currently have an open PR to also add git log to this lesson, #782. I am waiting to hear back on that PR first.

@saragibby saragibby added the documentation Improvements or additions to documentation label Oct 27, 2022
@saragibby saragibby self-assigned this Oct 27, 2022
@github-actions
Copy link

This PR has not seen any action for a while! Closing for now, but it can be reopened at a later date.

Copy link
Collaborator

@saragibby saragibby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the suggested changes @lucifertrj! I made a comment on the moving of the git log block. Will leave this PR open for you to resolve that item, once complete we can get the changeset merged in.


```bash
git commit -m "first commit"
```

This commits all of your files, adding the message "first commit". For future commit messages you will want to be more descriptive in your description to convey what type of change you've made.

1. **Keep track of commits**. In the real-world applications we will most often deal with mutliple commit. In order to keep track of the commit history git provides `git log` command.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

git log is a great addition to this lesson! There is an issue currently open (#1108) to include this within Task 2 of this lesson. If you'd like, for this PR, this block could be moved to match what is needed for that issue, or remove this block from your PR and it can be added separately.

@saragibby saragibby added changes requested Requested changes to pull request and removed no-pr-activity labels Mar 24, 2023
@lucifertrj lucifertrj closed this by deleting the head repository Jul 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changes requested Requested changes to pull request documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants