question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to do a "git pull"

See original GitHub issue

Hello,

I realize I missing something stupid, and I am gonna feel “bad in the morning” for asking this, but I can’t seem to find how I can perform a plain simple git pull in the Ungit GUI.

Thanks.

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:7

github_iconTop GitHub Comments

7reactions
refaelshcommented, Jul 19, 2017

Hmm… Interesting, I did not think about that option. It would be equivalent to git fetch && git merge which is, in turn, equivalent to git pull. But I am interested in a single GUI button/thingy/clicky/whatever that performs a git pull.

2reactions
jpschewecommented, Mar 31, 2018

Personally I like the idea that you know what is happening, fetch + merge. Doing pull without any arguments can cause many problems with merges, especially for new users.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Git Pull | Atlassian Git Tutorial
The git pull command is used to fetch and download content from a remote repository and immediately update the local repository to match...
Read more >
Git Pull: Tutorial with Detailed Examples - CloudBees
Using git pull · First, run git status. Git will tell you the repository is clean, nothing to worry about. · Then run...
Read more >
git-pull Documentation - Git
More precisely, git pull runs git fetch with the given parameters and then depending on configuration options or command line flags, will call...
Read more >
How To Use Git Pull | W3Docs Online Git Tutorial
The git pull command fetches and downloads content from the remote repository and integrates changes into the local repository. The git pull command...
Read more >
Git Pull | Pull Request - Javatpoint
As we mentioned earlier in this topic, how to commit a file to use git pull. Select the option "create a new branch...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found