Using without pull / remote tracking
See original GitHub issueHello, 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:
- Created 3 years ago
- Comments:7 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@EndBug Thank you!
There you go: you can use the new
v7.1.0
release (also viav7
andlatest
)