Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
8 views

Is there a way to delete security logs on GitHub?

I was just wondering if there is any way that I can delete security logs on GitHub for my own Private account on which I only have private repositories that are shared with nobody. Is it possible at ...
Anson Trapani's user avatar
0 votes
0 answers
23 views

Large file not pushing to GitHub [duplicate]

I added a file (.mlpackage) of 774.96MB to my project, and it won't push to github because it exceeds their 100MB file limit. As instructed by my terminal, I've used git lfs, however the file still ...
anousheh21's user avatar
0 votes
1 answer
27 views

Git Client For A Bare Repository

Do you know a github-like bare repository hosting tool of git? In my company, an shared file server is available but web server is not available.Then I found git bare repository. It seems to be able ...
Kyuvie's user avatar
  • 23
-1 votes
0 answers
26 views

github repo not found : [closed]

git remote add origin https://github.com/aksharma27/myZoom.git git add . git commit -m "comment" git push -u origin master https://github.com/aksharma27/myZoom.git Adding right remote repo, ...
Abhishek Kumar Sharma's user avatar
-2 votes
2 answers
49 views

Git log --since not working as expected for 1 day timeframe

git log --since=1.day command displaying commits from June 27th despite today being July 3rd. I'm encountering an issue with the git log --since=1.day command in Git. According to the Git ...
Sumit Sharma's user avatar
0 votes
2 answers
53 views

I want to rollback changes to a commit ID and then commit these rolled back changes as new commit in GIT

I have to be very careful asking this question as I don't want any misunderstandings. We merged a bunch of PRs into the main branch but we want to remove these merges from it. Reverting one PR after ...
darth-coder's user avatar
0 votes
0 answers
23 views

How to access a git private repo that's affiliated with org user [duplicate]

I have a perosnal github account that is used in my global gitconfig, and I need to push versions to my organization's private repo, that is accessed with a DIFFERENNT org github user, How do I use my ...
GalB's user avatar
  • 1
-1 votes
1 answer
47 views

Initialise version control of GitHub repository using git

how do I initialise version control of a repository on GitHub using git? I am new to GitHub and git. have been searching for tutorial online but I don't really find one that could help. I have ...
Jordan's user avatar
  • 3
0 votes
0 answers
33 views

Questions on using Source Control with AnchorPoint and GitHub, on Custom Unreal Engine Build

I compiled a custom Unreal Engine build from Source Code (via Epic's GitHub Account) and wanted to source control my custom engine build from the start but ran into some issues and wanted to get some ...
ScrungleScruff's user avatar
0 votes
0 answers
20 views

How to Add Both Bitbucket and GitHub as Remote Repositories for a Single Git Project and Push to Both? [duplicate]

I'm working on a project where I need to use both Bitbucket and GitHub as remote repositories. I want to be able to push my changes to both platforms simultaneously. I already have a Git repository ...
Anushujan Satkunarasa's user avatar
1 vote
1 answer
52 views

Recover Git changes that has not been added to index or commited

I accidentally ran git reset --hard on changes that has neither been added to git index nor commited, Is there a way to recover the changes? I have looked through several possible solutions, but it ...
Sofiyullahi Jamiu's user avatar
0 votes
2 answers
68 views

How can we revert particular commit in local from bunch of commits?

Requirement: Revert particular commit in local by commit ID. Description: I have a branch cloned in my local from some repo. I made some changes and committed time to time (Not pushed) E.g. Made ...
Paveloosha's user avatar
-1 votes
1 answer
160 views

Sync Between Azure DevOps Git Repo and GitHub Repo

I have imported GitHub repo into Azure DevOps. But later I made changes in Azure DevOps code and also created new repo and pull requests in Azure DevOps, and I want to make all of these in a sync with ...
Ashok Kumar's user avatar
-1 votes
1 answer
50 views

why git isn't committing the insertions?

I am trying to commit a file called "index.html" using git but git is committing just a empty file without any insertions even after I make sure the file have changes, this is the terminal ...
Hassanein ali's user avatar
0 votes
0 answers
43 views

Link two folders between them so that if you change one file from one folder, the other one changes, too

I have several github projects that I'm working on, and in these projects there are certain folders which, in the old versioning system, were linked between them. For example: In Project 'Foo' I have ...
Roland Tamas's user avatar

15 30 50 per page
1
2 3 4 5
132