version-control Questions
3
I was trying to push some local unversioned code into a repo and get it up onto GitHub for accessibility reasons.
I followed the suggestions here
cd <local_dir>
git init
git add .
git commit ...
Ritaritardando asked 26/11, 2020 at 10:55
1
As a code quality checker, That would be nice if I can see modified lines since the last commit highlighted. There is an option in Tools menu that you can diff your current working directory with t...
Stature asked 1/5, 2018 at 7:59
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
8
Solved
I do
git pull
to get new commits from remote and merge them with my local branch.
How can I list the commits that "just came in" ?
Bergstrom asked 31/8, 2012 at 13:42
4
Solved
I am working on a project which I cloned from a remote repository hosted on GitLab. I made some changes to the project, but I didn’t create any branch and want to now start work on some other new f...
Vaporization asked 31/3, 2021 at 6:49
7
Solved
Im writting a function to compare 2 versions, and return true if the second is bigger then first version.
but my algorithm have a "hole", and I cant figure out how fix.
function compareversion(ve...
Yenyenisei asked 28/10, 2011 at 16:4
3
Suppose I create (but do not commit) a file file.txt, and then type git checkout HEAD or git checkout HEAD .. I thought git checkout basically overwrote your current working files with the snapshot...
Titty asked 27/8, 2018 at 17:0
5
Solved
I am student, and very new to version control software so I am having trouble figuring this out. I am using a Google code Git repository. To access this repository I am using Git Bash on Windows 7....
Accompanyist asked 8/2, 2012 at 1:57
3
Solved
We have two different repositories on Git which need to come together to form the solution in Visual Studio.
Files under each project may be from the two different repositories. I need to make sure...
Respite asked 11/11, 2016 at 11:32
12
I tried to work with PhpStorm and Git. I have previous experience using NetBeans and I didn't have any problem with Git on NetBeans.
With PhpStorm I create the project clicking
Checkout from Ve...
Shaquitashara asked 12/3, 2014 at 0:6
4
my friend have a repository on Bitbucket and I want to copy that repository (for future reference so that if he delete that repository i would still have one copy) to my bitbucket account.
I tried ...
Epiphany asked 3/12, 2013 at 5:32
1
It is well known how to use patch to create a new file.
But how to do the opposite: delete an existing file with arbitrary content, or replace it with given content?
Context: suppose there's a dire...
Froward asked 20/10, 2022 at 14:59
5
Say I have my own git repo with a bunch of text files in it. There is another different git repo that someone else owns with a bunch of text files that all differ from my own except for one file.
...
Buncombe asked 26/4, 2014 at 18:17
14
Solved
I have a very basic github setup with a readme, a directory, and another directory inside it with an html file. On github I can only view the readme and the first folder but none of its contents, a...
Milano asked 23/5, 2012 at 14:4
3
Good day !
I need to do the export versions of the log data item in the excel.
This solution I unfortunately cannot use because I'm from Russia, and the solution only supports the Latin alphabet....
Chromatism asked 12/5, 2012 at 6:43
2
I have been searching for the answer to this problem but have not found a solution or explanation.
We just switched to Github for our repo and are still trying to find the best way to use it in a...
Nagpur asked 13/6, 2016 at 12:45
3
Background: My company has self-hosted GitLab which can only be accessed when connected via Wireguard VPN. I have setup VPN and am able to access the company's GitLab via browser successfully.
Prob...
Maggs asked 26/6, 2020 at 8:3
2
I have used several version control systems over my career - ClearCase, PVCS, SCCS, Perforce, CVS, SourceSafe - but never used a distributed system before.
For the first time, I am using a distri...
Unpolled asked 10/3, 2016 at 5:7
2
I am using Power Automate and have several flows built up. I'm curious to find out if there is a version control available for Power Automate flows.
We have multiple user having edit access to thes...
Evyn asked 1/6, 2022 at 20:29
9
Solved
I have an ASP.NET MVC3 project that uses Entity Framework 4.3 with the code-first approach. I use Migrations to keep the database up-to-date.
The project is under source-control and I have a numbe...
Sang asked 11/5, 2012 at 17:59
10
Solved
I have looked at the other posts and have made certain that the path is correct to the executable file, as shown below. I can launch git from from this path outside of Android Studio. The current p...
Ables asked 8/2, 2017 at 22:17
7
Solved
I've got multiple git repos under a directory, and I was wondering whether there was some functionality in git to iterate each directory, check whether there are any uncommitted changes and report ...
Fortson asked 30/9, 2011 at 1:0
3
Solved
I have checked out the trunk from one of our svn repos.
I then right click -> merge -> merge some revisions -> merge from branch A -> choose one revision and then finally apply the merge.
My Tort...
Nolen asked 5/12, 2014 at 14:34
5
Solved
I'm very confused about git-submodules.
Basically my problem is that I can't make git understand that ~/main-project/submodule is a submodule.
I have good experience with git submodules:
in my ...
Yeeyegg asked 3/4, 2016 at 14:29
8
Solved
Mathematica notebooks are, of course, plaintext files -- it seems reasonable to expect that they should play nice with a version-control system (git in my case, although I doubt the specific system...
Conatus asked 12/5, 2010 at 7:5
1 Next >
© 2022 - 2025 — McMap. All rights reserved.