Skip to main content

Questions tagged [pull]

In distributed version control, pull or fetch is the action of transferring remote changes into a local repository.

pull
-1 votes
1 answer
35 views

local branch differ from all other remote branches

The remote branches had some works ahead of my localBranch i.e., my local branch differs from all other remote branches. Here's what I did to update my local: git switch main git pull git switch ...
Tes's user avatar
  • 167
-3 votes
1 answer
65 views

Pushing changes in Git: "Your branch and 'origin/master' have diverged"

Following this tutorial, I created my own jekyll website hosted by github. I used a different template, namely this one, however. I forked this template, installed git, and cloned the repository into ...
Anna's user avatar
  • 15
0 votes
0 answers
35 views

How to fetch changes in part of a git repo under a different directory structure not under main repo directory (and even on another file system)

I'm using termux and using git to backup configurations within the termux home directory and in the shared directory (which is on a different filesystem, which I can't avoid the way termux is setup). ...
narnie's user avatar
  • 1,752
0 votes
0 answers
53 views

Problems with pull refresh implementation with webview

I try to implement pull refresh with big (long) scrollable webview. val pullRefreshState = rememberPullRefreshState(refreshing = isRefreshing, onRefresh = {isRefreshing = !isRefreshing ...
Slava's user avatar
  • 635
0 votes
0 answers
14 views

How do I export a certain industry data from alienvault?

I want to export let's say manufacturing and energy and also semiconductor industry sectors in alienvault. I already have the API key for alienvault , how would I write the script to pull out raw data ...
q1an. qian's user avatar
0 votes
0 answers
204 views

Docker CentOS7 - error pulling image configuration

I have a problem with docker since yesterday, here it is: bullseye: Pulling from library/debian ac323bdaa10f: Pulling fs layer error pulling image configuration: Get https://production.cloudflare....
Vanderhaegen Rémy's user avatar
0 votes
0 answers
40 views

adb pull silently disconnects device if the filename is correct

From the command line on ubuntu, adb pull /sdcard/magisk_patched.img . fails with exit code 1. Subsequent pulls fail with adb: error: failed to get feature set: no devices/emulators found Unplugging ...
John Gilmore's user avatar
0 votes
0 answers
10 views

Pull OS information from Sentinel Syslog

Can someone help me to create K-Query to pull OS information Windows, Mac etc from Sentinel Syslog? Pull OS type report from Syslog in specific time frame. I'm new to K-Query and still trying to ...
Saman Kaluarach's user avatar
0 votes
1 answer
107 views

What is the TTL for events in Azure Event Grid with Pull model?

I want to consume events from Event Grid, using pull model. I wonder how much time do I have to consume a message? For example, if my application work only on week days, can I consume an event after ...
Denis's user avatar
  • 3,687
0 votes
2 answers
44 views

Excel: get data from file 1 to file 2 but only from rows with specific data

Let's say there's file 1 , which contains names in column A and some numbers in column B. Names can repeat, but not always in the same rows. I want to get sum of values in column B but only for ...
M. Steff's user avatar
1 vote
1 answer
571 views

Why my branches are always "out-of-date", even with regulars "pull"?

I have 3 branches : "dev", "test" and "main". They are protected, I can't push directly on them. When I develop something, I have to create a new branch (example : new-...
jake.mactavish's user avatar
0 votes
1 answer
222 views

MySQL master slave replication is pull or push?

MySQL master slave replication is pull, push or both? I encountered this question in the interview. Are there any authoritative references? I looked it up on the Internet but didn't find the right ...
Dablelv's user avatar
  • 39
0 votes
1 answer
62 views

Git desktop - why I have Pull origin?

I just did "merge pull request" from my staging to main branch (and then "deployment via git" on server). Everything shows fine on the live site. But why then Pull origin is showed ...
Mara Barn's user avatar
  • 149
0 votes
0 answers
24 views

Is there a way to git push without overriding the general permissions inside the .git folder (config, HEAD ecc.)?

I'm working on a project with other colleagues, using Git to keep changes up to date. Our testing environment is located on a university lab machine, which uses a secure environment to not allow ...
Alecs's user avatar
  • 1
1 vote
1 answer
36 views

pulling from a repo is causing merge conflicts with 8 year old files, despite regularly pulling from this repo

Context I am developing alpha. alpha is a clone of beta (not a fork). beta is an ever evolving project that I am tracking. Problem Once a month, I run git pull beta master to get the latest changes ...
psf's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
65