git Questions

4

I want to achieve the following: Anyone in the dev team creates a tag i.e. Demo_Build_1 to dev branch. TeamCity should be able to detect this new tag and build only this tag. I have enabled &quot...
Ropeway asked 18/5, 2017 at 11:32

11

I was trying to clone a git repo with access key, but when I am trying to run it, it throws an exception saying the Git executable cannot be found. But I have installed Git and the in_it.py shows t...
Ornie asked 23/1, 2018 at 10:31

7

I have an issue similar to what has been asked here, but there is no answer. Have following structure in maven project (which is standard): parent-pom - which is a parent for all others |_reacto...
Christianism asked 1/7, 2015 at 23:47

5

I am pretty interested in spring cloud project and now I am testing it, but blocked immediately. In POM: I added this dependency: <dependency> <groupId>org.springframework.cloud&lt...
Mammary asked 28/3, 2015 at 19:5

4

I am trying to clone a git repository using command: git clonerepo test_simrkaur But getting this error: [simrkaur@bhlinb40 Repos]$ git clonerepo test_simrkaur Cloning into 'test_simrkaur'... remo...
Searcy asked 10/8, 2020 at 7:23

4

Solved

I use VS Code to handle most my code and to manage branches with GitHub and generally it works like a charm. However today while trying to merge a branch I didn't get a merge handler that allows me...
Pylorus asked 6/2 at 0:18

4

Solved

I have been using Github as an individual for some time. Now I need to create an organization and start a repo in the organization. So, logged in to Github as myself, I created the new organizatio...
Joanniejoao asked 17/3, 2018 at 22:6

1

I have two GitHub repos of the same application (one is forked from the other). However, due to the forked one being public I had to strip out secrets from it, so I had to change the commit history...
Sublimate asked 30/7 at 15:54

9

Solved

I am trying to push my code from an old repository to a new repository as my old repository seems to be currupted somehow getting following error: Counting objects: 19815, done. Compressing objects...
Mukden asked 6/7, 2020 at 10:0

2

Is there any way to find the oldest line of code currently in the codebase? Out of curiosity, I'd like to be able to find the line or lines that have been unchanged for the longest time. I can imag...
git
Kwon asked 11/7, 2021 at 23:53

2

Solved

When merging Lightswitch branches, often colleagues will add properties to an entity I also modified, which will result in a merge conflict, as the new XML entries are added to the same positions i...
Gravity asked 16/6, 2016 at 4:12

3

Solved

I have a 'master' branch and several topic branches. Assume that the master branch is used primarily as a release candidate and no development work happens on this branch. The topic branches are se...
Possessive asked 29/3, 2012 at 6:31

7

Solved

Problem I'm trying to view the contents of a file located in a branch named wip like so: git show wip:local-config.php However, I'm receiving the following error: fatal: Path 'local-config.php...
git
Authentic asked 12/9, 2013 at 3:56

6

Solved

Added a new scheme corresponding to a test target in my xcode project. The new xcscheme file created is not getting reflected in git. Also doing a git status shows me nothing to commit, working dir...
Cypress asked 24/9, 2015 at 5:10

2

Solved

I had a feature branch: feature with lets say 10 commits then some time ago I started doing experiments on it, but wanted to preserve the current functionality just in case, so I started a new ...
Mccammon asked 20/6, 2016 at 14:33

1

I have been trying to see if we have any command which can give me lines of changed in Sourcetree between two branches. This command: command - git diff --stat branch1..branch2 -- '*.cs' giv...
Valparaiso asked 25/3, 2015 at 7:10

3

Solved

I have a set of roles that I need to install with ansible-galaxy. - src: 'https://gitlab.private/role-openstack-net.git' scm: 'git' version: '1.0.0' name: 'role-openstack-net' - src: 'https://...
Ghazi asked 9/4, 2018 at 15:59

2

Solved

I want to push to my remote repo, which is hosted on github, using HTTPS. No, I don't want to use SSH or any other protocol so please don't suggest that. Now, I know you can specify a default user...
Ellswerth asked 18/10, 2012 at 13:27

5

I keep receiving this error each time I try to clone a new repository, the second time I clone it, it works fine. What could be the cause of it and how to resolve it? Cloning into 'Important-...
Billie asked 5/12, 2021 at 15:52

5

Solved

According to git name-rev doc , Finds symbolic names suitable for human digestion for revisions given in any format parsable by git rev-parse. But I could not understand this. What is the us...
git
Jobi asked 5/10, 2018 at 13:39

2

Solved

I've written a bash script called git_diff_parent which, when passed a commit handle, performs git diff commit~1 commit; in other words, it diffs with its ancestor without having to specify commit~...
Premise asked 1/7, 2020 at 21:38

3

Solved

I'm trying to migrate a project from NPM to Yarn. Part of my node dependencies are private packages hosted on Bitbucket (not published on NPM registry) under the namespace of the company I'm worki...
Folderol asked 30/4, 2017 at 15:49

3

Solved

I am trying to get a list of untracked files to use programmatically. However I can't seem to get git to report untracked files inside untracked directories. It always just lists the lowest level ...
Yasmin asked 14/8, 2018 at 19:29

4

Solved

Say I created my own branch from develop branch, and modified fileA a few times in a few commits, now I want to revert just this file to the state in develop (without reverting my other chang...
git
Incompressible asked 27/6, 2017 at 5:4

4

Solved

Before commit my file on git, I want edit my file, but when I click on the file in the changes window in team explorer, it open the diff of previous file and current file, but how to open juste the...
Tiphanie asked 27/4, 2017 at 7:26

© 2022 - 2024 — McMap. All rights reserved.