Tag: GIT

  • GIT

    GIT

    We gonna to see how to create a branch , add a file, change a file, make a commit, merge the branch and delete the branch all this with Git on github. First we check if we are on Main branch with : then we create a branch called feature_1 with then we change to…