Skip to content

GitSamples for GIT using Topic Branches for elementary git operation.

Notifications You must be signed in to change notification settings

fluentcodes/GitSamples-GIT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

GitSamples-GIT: master

The Topic ranches you find in this GitSamples repo contains some hands on examples for simple git operations.

It shows the concept of GitSamples: Using git branches not only temporarily but as permanent space for scenarios with working examples in a certain environment with markdown documentation.

A space to experiment, document and share.

Gitsample Evaluations

Merge

Rebase

Patch

Others

There are several branches for other git operations. The following ones has a more

Branches with files

These branches contains one file containing simple characters which are used for the git samples in Topic Branches.

File for Conflict Scenarios

These branches contains only the file "file"

  • 1A: File contains A in first line
  • 1B: File contains B in first line
  • 1B_1A: File contains B with A in history

File without Conflict Scenarios

  • A: Contains fileA with .gitignore
  • B: Contains fileB with .gitignore
  • C: Contains fileC with .gitignore
  • D: Contains fileD with .gitignore
  • E: Contains fileE with .gitignore
  • F: Contains fileF with .gitignore

Several Files without Conflict Scenarios

  • DCBA: Contains fileA, fileB, fileC and fileD with .gitignore
  • FE: Contains fileF and fileE with .gitignore
  • FEDCBA: Contains fileA, fileB, fileC, fileD, fileE and fileF with .gitignore

About

GitSamples for GIT using Topic Branches for elementary git operation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published