Find the Best Cosmetic Hospitals

Explore trusted cosmetic hospitals and make a confident choice for your transformation.

“Invest in yourself — your confidence is always worth it.”

Explore Cosmetic Hospitals

Start your journey today — compare options in one place.

Installing and Working with Sourcetree & git repos

Here you are going to learn about how to clone, pull and push file using sourctree. so for this process you have already install gitbash and also should install sourctree. now i am going to describe you how to install sourcetree.

  • open your browser (chrome/mozilla firefox etc)
  • search sourcetree
  • click on https://www.sourcetreeapp.com/ url
  • then download using button Download for windows or Mac OS X
reference image

when your software will download then run it and follow some steps and after click 4 times on next button your software will be installed.

then you have to open this software. after opening Sourcetree your Sourcetree will look like this:

sourcetree main view

Now i am going to show you how can you clone a repo from bitbucket repo.

  • click on clone button
  • then go to bitbucket and copy clone url and paste it into Source Path / URL : of input box in sourcetree
  • then Click on Destination Path: Browse button for selecting your local system location for cloning
  • then click on Clone button
  • after some time your repository will be clone into your local system.
sourcetree clone view with bitbucket reposity clone url

now i am going to show you how to commit a file using sourcetree.

  • first of all, you should check File Status on the left side menu for commit all changes or selected file.
  • after that click on selected file if you want to commit some file then select using ctrl + click to select file and click on Stage Selected button or if you want to commit all changes then simply click on Stage All button
  • then type comment in the footer area where one textarea type box is available and then click on Commit button situated in lower right corner
  • then click on push button and you will see one popup and then click on push button.
commit view in sourcetree
Push view in sourcetree

You can check out more details on below reference. if you want to learn more things then you should follow official documentation .

Reference : Youtube Video

if you like our blog then please share it with your developer friends. and comment us if you want to suggest us something.

Find Trusted Cardiac Hospitals

Compare heart hospitals by city and services — all in one place.

Explore Hospitals
MotoShare.in provides the perfect two-wheeler for every occasion—daily commuting, weekend escapes, tourist exploration, or test-riding your dream bike. Simplify your mobility with us!

Related Posts

What is Git and use cases of Git?

What is Git? Git is a distributed version control system (DVCS) planned to track changes in source code during software development. It was developed by Linus Torvalds…

Read More

What is GitOps?

GitOps is a modern approach to managing and automating the deployment and operation of applications and infrastructure using Git as the single source of truth. In GitOps,…

Read More

What is Git LFS and use cases of Git LFS?

What is Git LFS? Git LFS (Large File Storage) is an extension of the Git version control system that addresses the challenge of managing large files and…

Read More

How to Use GitOps for Agile Development?

Are you tired of traditional development methods that are slow and cumbersome? If so, you may want to consider GitOps for agile development. GitOps is a relatively…

Read More

How to Use GitOps for Continuous Integration?

Are you tired of constantly manually updating your application infrastructure? Do you want a more efficient way to manage your continuous integration process? Look no further than…

Read More

How to Use GitOps for Continuous Delivery?

Are you tired of manually deploying your applications and updates? Are you looking for a more efficient way to manage your software development process? Look no further…

Read More