Git How to Sync After I Uploaded File to Git

Introduction

In this commodity, we discuss how to perform Git operations i.e. Clone, Commit and Push using Visual Studio. It can exist possible without writing a single command and It will save our time. In my previous manufactures, I already have described the Git operation using Git Bash. For that, we need to write commands to perform Git operations.

Today, I will depict the below-mentioned points in detail,

  1. Clone repo from remote GitHub repo using Visual studio
  2. Commit changes and bank check history using Visual studio
  3. Sync changes to staging surface area before push button changes using Visual studio
  4. Push the changes to remote GitHub repo using Visual studio

Note
Earlier going through this session, please visit my below-mentioned sessions related to Git and GitHub,

  1. Introduction To Git
  2. Steps For Configuring Git With Details
  3. Let'southward Know Nigh Git Add, Git Commit, Git Status, And Git Push-In Details
  4. Let's Empathise How Git Maintains History Of Version Or Commit Ids With Details
  5. Steps To Initialize A Git Repository And Push button The Changes To GitHub In Details
  6. Let'due south Know Near Git Branches And How To Implement It
  7. Let's Understand About Git Branches And Its Real-Time Uses
  8. Permit's Learn Most Merging The Git Branches And Create Pull Request In Details
  9. Steps To Ignore Files Using Gitignore In Details
  10. Permit'due south Learn About Git Default Branch In Detail
  11. Steps To Create And Configure Organizations In GitHub In Details
  12. Let'due south Learn About GitHub Projects In Item
  13. Let's Know Most Team In GitHub In Details
  14. Managing Files On GitHub In Real-Time - Owner Uploads Project In GitHub Repo
  15. Managing Files On GitHub Using Git Bash In Existent-Time Scenario - Know Near GitHub Reviewer
  16. Managing Files On GitHub Using Git Bash In Existent-Time Scenario - Removing A Specific File From Pull Request

Clone repo from remote GitHub repo using Visual studio

Get to Team explorer of Visual Studio as shown below.

Then clone the repo from the GitHub repo as shown below.

Give clone repo URL as you copied and the path where you want to clone this repo in your PC.

Yous can come across that It starts cloning the repo every bit shown below.

Yous can go clone condition with details like path of clone repo and branch of that repo as shown below.

During clone, If it asks for GitHub authentication then give the user credentials and information technology will start cloning of repo from remote GitHub repo to your local directory.

After successful cloning that repo, You can become the cloned repo files in Visual Studio.

Too, you tin can see the repo of your local directory as y'all take given before cloning the repo every bit shown beneath.

Commit changes and check history using Visual studio

I desire to add together a new line of code in MyFile2.cs and cheque the condition of that file equally shown below.

Before commit and push button changes you lot tin can run across the history section of MyFile2.cs. At that place is no update in history.

And then commit those changes to that file every bit shown below. Right click of MyFile2.cs and click Commit pick.

Then add the commit bulletin for that changes to staging expanse every bit shown beneath.

Adjacent, I commit those changes to staging area as shown below.

The commit message is updated in history section of Visual Studio as shown beneath. That means the changes have been committed to staging expanse.

This is committed to local repo or staging surface area but not committed to remote GitHub repo as shown beneath. If you cheque that MyFile2.cs in remote GitHub repo then you can't run across that changes there.

Sync changes to staging area before push changes using Visual studio

Before push those changes the Visual Studio used a term called sync to share your changes with the server as shown below.

Subsequently click on sync option, We get the below interface with commit message details.

Push the changes to remote GitHub repo using Visual studio

Next, click the push button pick to update those changes in remote GitHub repo.

Now you tin can come across a successful message after push button those changes to remote GitHub repo.

At present you tin can see the remote GitHub repo with latest commit changes as shown below.

Finally, we tin check the new property added to MyFile2.cs of remote GitHub repo every bit shown beneath.

Summary

In this write-up, we have learned the below details,

  1. Clone repo from remote GitHub repo using Visual studio
  2. Commit changes and bank check history using Visual studio
  3. Sync changes to staging area before push button changes using Visual studio
  4. Push the changes to remote GitHub repo using Visual studio

Thank You & Stay Tuned For More

olivierscimerial.blogspot.com

Source: https://www.c-sharpcorner.com/article/learn-git-clone-commit-sync-and-push-changes-using-visual-studio/

0 Response to "Git How to Sync After I Uploaded File to Git"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel