The ultimate repository and knowledge house of Networking- Switches, Routers, Routing protocols, QoS, ASICs, Cisco, Arista networks
● Software Branching is a technique used to achieve code isolation.
◆ Release Branches: Used to create a snapshot of the codebase at time of release. To ensure stability and minimize risk, only severe bug fixes are permitted in release branches.
◆ Development Branches
You edited file(s) but you have not yet staged them ( i.e. git add ).
How do I discard the changes?
● Version Control System (VCS) is a system used for tracking
changes to content (aka source control).
◆ Who made the change?
◆ What was the change?
◆ When was the change made?