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.

Using without pull / remote tracking

See original GitHub issue

Hello, thanks for the action!

I’d like to use your action to force-push built documentation into the gh-pages branch. I don’t need to pull the previous version, I just want to push the latest one.

Is there a way to skip pull action altogether? Thanks in advance!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
mdreizincommented, Mar 3, 2021

@EndBug Thank you!

2reactions
EndBugcommented, Mar 3, 2021

There you go: you can use the new v7.1.0 release (also via v7 and latest)

Read more comments on GitHub >

github_iconTop Results From Across the Web

pull remote branch without merge - git - Stack Overflow
You can use git fetch origin b1 to only fetch remote branch without merge. See : https://git-scm.com/docs/git-fetch. Basically git pull is a ...
Read more >
Git Guides - git pull - GitHub
Git Pull. git pull updates your current local working branch, and all of the remote tracking branches. It's a good idea to run...
Read more >
git checkout a Remote Branch | Learn Version Control with Git
In Git, you can only switch between local branches. Using the right command, however, you can quickly track and then check out a...
Read more >
git-pull Documentation - Git
Incorporates changes from a remote repository into the current branch. If the current branch is behind the remote, then by default it will...
Read more >
Git - Fix Error: There Is No Tracking ... - Unfuddle Support
How to fix Git error: There is no tracking information for the current branch. When performing an operation like git pull , git...
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