python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to delete block of text hidden in file from GitHub?
I'm recreating this project for my own use. It generates a webpage using this template. The webpage renders as the image below:
I want to get rid of "Skolo Online ..." title and the descrip...
Jimmy Friedman
Votes: 0
Answers: 1
I have an issue with collaborating in Unity via Github
I am a new coder attempting to work with another person in Unity. I have GitHub Desktop installed. I opened the repository to it and cloned it to my local machine. That was weird but eventually, I mes...

Dylan Headley
Votes: 0
Answers: 0
Is there any tool to create dependency graphs for GitHub private repositories mainly written in Python -only showing the private dependencies?
I'm working in a company that has a couple of private repositories - all of them mainly written in Python.
Each repo has at its root a requirements.txt file.
We are interested in listing the depende...
OES
Votes: 0
Answers: 2
How to Set Gihub Secret with a Binary File for Github Workflow?
I would like to add one of my API configuration file (binary.file) to the Github secret (MY_BINARY_SECRET). Then it will be read and wrote to binary.file again in the workflow:
jobs:
build:
runs...
WenliL
Votes: 0
Answers: 1