Skip to main content
-2 votes
2 answers
77 views

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), ...
shadynasty's user avatar
0 votes
0 answers
181 views

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 ...
dibade89's user avatar
-1 votes
1 answer
345 views

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
134 views

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
252 views

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

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,757
0 votes
2 answers
75 views

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
3k views

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
462 views

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
262 views

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
56 views

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
50 views

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
1 vote
0 answers
80 views

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.
lony's user avatar
  • 7,979
0 votes
2 answers
100 views

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 ...
roglen's user avatar
  • 3
2 votes
0 answers
1k views

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 ...
Sara G's user avatar
  • 31

15 30 50 per page
1
2 3 4 5
65