Git Branching

Advertisements

« Previous Index Next » Branching is the creation of the replica of a particular branch so that parent branch remains unaffected. New branch can have new features and can be used later to merge with parent branch. Create a new Local branch: Select the Branch which you consider as Parent branch(say 'master' in this case). … Continue reading Git Branching

Overview of Git-Pane in WebIDE

Advertisements

« Previous Index Next » Git-Pane We already saw that how to Create a Repository on GitHub and also how to Clone a Project/Repository from GitHub. Now, once a repository is on WebIDE, development, and collaboration starts. To achieve effective collaboration, to keep a single source of truth, syncing is required with GitHub and other stakeholders. Git Pane … Continue reading Overview of Git-Pane in WebIDE