964 questions
-2
votes
2
answers
77
views
When git downloads files, how do you find the name of the thing being downloaded?
When git prints information like this:
Receiving objects: 98% (6657/6747), 286.45 MiB | 2.14 MiB/s
Receiving objects: 98% (6657/6747), 288.64 MiB | 2.13 MiB/s
Receiving objects: 98% (6657/6747), ...
0
votes
0
answers
181
views
Try to checkout git branch with gitlab ci job does not work as expected
we use the GitLab-CI for our building/testing envorinment. The system is Ubuntu and the git version is 2.25.1. I tried to update the git version, but appareantly no more recent version is available ...
-1
votes
1
answer
345
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 ...
-3
votes
1
answer
134
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 ...
0
votes
0
answers
252
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
...
0
votes
1
answer
205
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 ...
0
votes
2
answers
75
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 ...
1
vote
1
answer
3k
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-...
0
votes
1
answer
462
views
MySQL master slave replication is pull or push? [closed]
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 ...
0
votes
1
answer
262
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 ...
0
votes
0
answers
56
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 ...
1
vote
1
answer
50
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 ...
1
vote
0
answers
80
views
Way to pull x86 docker pull & push image on an arm machine? [duplicate]
Is there a way to push and pull x86 image working on an arm machine? I just want to pass through an image for testing.
0
votes
2
answers
100
views
Pulling pictures from folder based on excel list
I am currently just playing around and getting to know python as a whole.
My current "Task" is to pull pictures from an already existing folder on my HDD based on a list of picture names ...
2
votes
0
answers
1k
views
Looker problem Pull Production Failed Pull Incomplete
I'm new in a company and I'm working with Looker. When they first created my personal branch in Looker, it gave me a problem: I didn't have any files; I reverted to production and all the files ...