Tag / bitbucket

In this article, I will explain to you how to work with git and bitbucket.  This is a direct practice example for the beginner Before starting let’s clear what is git and bitbucket, for this please read below some of the best articles What is Git What is a git and why should I use […]

Read More

One of my projects, When try to push my work on bitbucket using Git Base it gives me failed to push error. After the google, got the solutions. Thanks to @Javier Parra You have the same error then try below commands git push origin master –force or short of force -f git push origin master -f […]

Read More