I have this scenario: There are 2 branches, 'develop' and 'feature-branch'. This two branches have been growing over time each one independently. Now, 16 of Nov
For configuration of streams in Perforce, there exist five access types (according to documentation, in order more-to-less-inclusive): share, isolate, import/im
A dev on my team made a PR to merge his changes from his branch to our "develop" branch. I want to run his changes to our code on my machine, since I have to wr
I'm trying to setup a repository as if it there will be collaboration in the future, but for now it's just me using it. My intention is to use three branch tier
I'm making an E-commerce website using django and web(HTML/CSS/Js). I'm planning to host the app on Heroku, so for that, I'll need to create some files and do m
I get the following every time Im on my master branch. Does anyone know what it means? on master *105 rebase-i 1/8 ?1
I have various things I've written, and rewritten a couple times, without keeping track, and git seems the perfect solution to merge my disjointed code. However
I created and pushed a branch called Branch-A. Someone merged Branch-A into Branch-B, deleted the changes I added to Branch-A and merged Branch-B into Master. I
Recently, I have created newbranch and created a merge request to Master branch. Before TeamLead accept merge request into Master branch another team member was
Whenever I clone my repo (<my_repo>) locally, the new submodule's directory (under <my_repo>/_includes/<NEW_submodule_2>) is empty. I have add
When I see my branches in a local repository with git branch in the terminal it prints only one, which is master But when I go to the gitlab page I have two bra
Is there a way to pass/change the branch name to the bamboo plan before 'source checkout' task? I tried using 'script' task and exporting branch related bamboo
Is is possible to display current git branch name in regular windows command prompt? Let's say on windows 7 or 10.
Could you please help me? I have created a git branch with the wrong name and I am not able to delete it because the name contains some crazy characters. I copi
I have used git a few times and it has always been a painful experience. However i noticed that bitbucket host private repos for free if less then 5 users and I
My team alternates between usage of dev and master as default branch for several repos and I would like to write a script that checks for the default branch whe