A Goal Without Your Plan is Just a Wish

Keep smile and Always Happy.

A Goal Without Your Plan is Just a Wish

Keep smile and Always Happy.

A Goal Without Your Plan is Just a Wish

Keep smile and Always Happy.

A Goal Without Your Plan is Just a Wish

Keep smile and Always Happy.

A Goal Without Your Plan is Just a Wish

Keep smile and Always Happy.

Saturday, 16 December 2017

How to change branch master to other branch in linux

first open terminal then type 1st:- git init 2:-git clone 3:-Git checkout branchname

Saturday, 18 November 2017

How to use git in linux with bitbucket



install git in linux system then open terminal then type below command Git config --global user.name "ankit.shukla" git condig --global user.email "ankit.shukla@bitbucke.com" after config git then.u can use git any time then open terminal write command
git init.
git clone
Then you past in your code in repository folder(clone folder) then git add *
git commit -m "commit massage"
git push

Wednesday, 1 November 2017

What is bitbucket




Bitbucket is a web-based hosting service owned by Atlassian, used for source code and development projects that save source code and automatically share source code one department to other departments


Bitbucket Cloud is a Git based code hosting and collaboration tool designed for team.


Important words to knows.


Here are some key words and words to know so that you can find your way around BitBucket. Some of these are words borrowed from Git, others are specific to Bitbucket.