Skip to content

Max's Blog

  • Home
  • About
Max's Blog

Category: Version control

September 23, 2020 max-sperling

Visualize branches (Git)

Git command All branches $ git log –all –decorate –oneline –graph Specific branch $ git log {branch-name} –decorate –oneline –graph

Continue reading
August 4, 2020 max-sperling

Merge / Pull request (Git)

Is it a git feature? First of all it isn’t a feature from git itself it’s provided by tools like

Continue reading
July 30, 2020 max-sperling

Create for x last commits a child branch

Let’s asume you have worked on the develop branch and done some commits there. Now you want to create a

Continue reading
June 20, 2020 max-sperling

Branching concept

The following branching concept is commonly used these days for software development. Source: https://nvie.com/posts/a-successful-git-branching-model/ (by Vincent Driessen)

Continue reading
June 19, 2020 max-sperling

Variant managment – Macros vs. Branching

Via Macros A way to realise different variants is to work with variant flags within the code itself. The big

Continue reading
June 15, 2020 max-sperling

Merging – linear vs. non-linear history (Git)

After developing a feature or fix you want to merge that branch onto the parent branch. There are two main

Continue reading
June 25, 2019 max-sperling

Working with different remotes (Git)

Basics Most people I talked to are using origin and remote as an equivalent, but the aren’t. Origin is the

Continue reading
August 21, 2018 max-sperling

Handling features/fixes (Git)

1. Create a feature/fix branch Don’t work straight on the parent branch if you have to implement a feature/fix, atleast

Continue reading
May 15, 2018 max-sperling

Push rejection (Git)

Reason: If you have updated a local branch and then trying to push it on remote you may got the

Continue reading
February 16, 2018 max-sperling

Rebase branch on rebased parent (Git)

This is necessary when you develop on an child-feature-branch and the parent-feature-branch has been rebased. 0. Initial situation 1. Rebase

Continue reading

Posts navigation

«Previous Posts 1 2 3 Next Posts»

Categories

  • Other (17)
    • Games (11)
    • Nutrition (4)
    • Traveling (2)
  • Science (17)
    • Chemistry (3)
    • Linguistics (2)
    • Math (10)
    • Physics (2)
  • Sport (71)
    • Climbing (5)
    • Diving (20)
    • Fitness (7)
    • Martial arts (33)
      • Ground fighting (9)
      • Mixed martial arts (4)
      • Stand-up fighting (11)
    • Running (1)
    • Surfing (2)
    • Swimming (1)
    • Volleyball (2)
  • Technology (270)
    • Computer (240)
      • Architecture & Design (15)
      • Artificial intelligence (3)
      • Audio & Video (11)
      • Building & Reversing (15)
        • CMake (2)
      • Computational complexity (3)
      • Computer architecture (5)
      • Debugging & Memory (26)
      • Development (60)
        • CI/CD (1)
        • Programming (49)
          • Concurrency (5)
          • Data structures (13)
          • Pointers & References (7)
        • Scripting (4)
        • Testing (6)
      • Development process (5)
      • Hacking & Security (17)
      • Hardware & Protocols (8)
      • Networking (11)
      • Operating system (18)
        • Linux (11)
        • Windows (7)
      • Regular expression (2)
      • Tool configuration (5)
      • Version control (22)
      • Virtualization (7)
      • Web (27)
    • Electrics (9)
    • Mechanics (15)
    • Medicine (2)
    • Photography (4)
WordPress Theme: Wellington by ThemeZee.