Skip to main content

Questions tagged [git]

For code which accesses or manipulates a Git repository

2 votes
2 answers
115 views

I have php website for prevent hacker modify any file and inject backdoor. I want to use git as a file tracking solution. This is my shell script: ...
Anas's user avatar
  • 129
2 votes
1 answer
82 views

This is my first time creating a non-trivial database and I was wondering what I could do better. As the title says this will be used a in toy version control system. Most of my choices feel "...
Doruk's user avatar
  • 423
5 votes
2 answers
2k views

I have a Dockerfile with ubuntu:22.04 as a base image and a manual Python installation(specific version i.e., 3.11.1) layer which takes a long time. Approach 1: ...
shaik moeed's user avatar
6 votes
1 answer
70 views

TestAssignment is a Python class designed to check certain conditions in a Git repository. It has several methods that check for the existence of required files, ...
Beki's user avatar
  • 61
12 votes
4 answers
2k views

I created this bash script to make it easy to publish your files to a GitHub repository. ...
Logan's user avatar
  • 221
2 votes
1 answer
183 views

I'm working on a personal project to build an open-source gui for git. I'm hoping to learn a lot from the project, and maybe produce something useful for folks as I do. I'm making use of libgit2 to ...
Stephen Hern's user avatar
-2 votes
1 answer
158 views

The following aliases return all the same number of results, on my Cygwin (on Windows): ...
user3341592's user avatar
0 votes
1 answer
133 views

I have this public repository. Since it's the first repository I have created, I'm looking for tips on what should I improve (mainly in the GH project structure), although tips in the code would be ...
Javi Torre's user avatar
3 votes
1 answer
94 views

After having a good experience with virtualenvwrapper built on top of the venv, I thought maybe it could be benefitial to have similar shortcuts for standard activities with git which could be time ...
J. Doe's user avatar
  • 131
2 votes
1 answer
78 views

This shell script, with only a few configurations, has the goal of initializing a project on Gitlab.com without having to go through the go through the website's ui. This means: Let's say you just a ...
Najmaoui Yassir's user avatar
9 votes
1 answer
728 views

I have recently been in a situation where multiple developers worked on a shared local git repository under the same Linux user¹. As one can imagine, it can easily become a bit annoying not to commit ...
AlexV's user avatar
  • 7,363
3 votes
1 answer
103 views

I am looking for a bit of help. I am having to cycle through 1400 clients code on my server, I have to check what Version of the software they are on and check for customization's to the code so when ...
Computer guy next door's user avatar
1 vote
1 answer
97 views

here's the updated version of the code for being reviewed. Fixes: "private" _cg function functions definition as ...
Felixoid's user avatar
  • 155
4 votes
1 answer
318 views

I'd like to get a review for the function that cd into the git tree root or does nothing if we are outside of the repository. reviewed version: ...
Felixoid's user avatar
  • 155
5 votes
2 answers
137 views

The code should do the following in order: It should download/clone the public Github repository locally. It should remove all the git history (and branches) Use the Github API to create a new Github ...
Krishna's user avatar
  • 51

15 30 50 per page
1
2 3 4 5
9