Skip to content

MorickClive/Vale-Git-Practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vale-Git-Practice

Git settings

Set the following for local git bash:

git config --global merge.ff false

Description

Initial commit to main; generally not a workflow practice.

Demo for practice purposes for add, commit, push, checkout and rebase commands.

  • Addition of the developer branch, occasionally called dev.

  • Addition of branch-1. (this branch is designed to be merged back into developer, then released with main)

    • branch-1 should include a diagram in order to show direction of git practice.
  • Addition of branch-2. (The idea here is that this file will clash with a future branch-3 changes, made independent of branch-2)

  • Addition of branch-3. (this branch is independently worked on from developer alongside branch-2)

    • also corrects the description of the initial commit to main rather than Master(an old expression of the original main branch name)
    • also corrects Demo practice keywords.
    • now also successfully rebases from developer to align with branch-2 changes. (incorporating team change into branch-3, ready for merge into developer)

Release

features include:

  • branch-2 update
  • branch-3 update

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published