Skip to content

brush up git workflow doc#67

Merged
Lyssia-Seiden merged 2 commits into2024from
git-workflow-2024
Jul 21, 2024
Merged

brush up git workflow doc#67
Lyssia-Seiden merged 2 commits into2024from
git-workflow-2024

Conversation

@Lyssia-Seiden
Copy link
Copy Markdown
Collaborator

No description provided.

@Lyssia-Seiden Lyssia-Seiden changed the base branch from main to 2024 July 8, 2024 22:05
Copy link
Copy Markdown
Member

@spellingcat spellingcat left a comment

Choose a reason for hiding this comment

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

lgtm! but maybe also add stuff about merging (non main) branches?

For example, I can open a branch to work on a new feature. Since I am on my own branch, I am not interfering
with the main branch's commit history, which is supposed to be kept clean.
For example, I can open a branch to work on a new doc page for this training repo.
Since I am on my own branch, I am not interfering with the main branch's commit history, which is supposed to be kept clean.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

what does it mean to have a clean commit history, why is it important, etc

You should see your current branch in blue in the command prompt if you are using git bash.
Otherwise you can use `git status` to check your branch.

Right now, this branch is only local to your computer. To upload this branch to everyone else:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
Right now, this branch is only local to your computer. To upload this branch to everyone else:
Right now, this branch is only local to your computer. To upload this branch to the remote repo so others can view it:

or something

@spellingcat spellingcat linked an issue Jul 12, 2024 that may be closed by this pull request
@Lyssia-Seiden Lyssia-Seiden merged commit 85c7ab9 into 2024 Jul 21, 2024
@Lyssia-Seiden Lyssia-Seiden deleted the git-workflow-2024 branch July 21, 2024 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Stage 1.5? - Git workflow

2 participants