python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Need assistence connecting to GitHub
Longtime Windows user here, switched to Ubuntu Desktop (latest version). I'm still a Linux Noob, and learning GIT.
What I tried:
When I try to login to my GitHub in the command line after trying to pu...
PlutoniumSlime
Votes: 0
Answers: 1
Atom text editor - How do I change the default git branch name?
When I create a new git repository using the Atom GUI, the default branch name is master. I'd like to change this to main.
I think the problem is related to Atom, not my git configuration, as when I u...
TomVincentUK
Votes: 0
Answers: 0
maven error: Could not find artifact hosted in private github repository
Iam trying to pull an artifact hosted in github(company's private repo) but it is throwing an error:
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< com.my:package-order &...
manish
Votes: 0
Answers: 0
Github Action that runs on Pull Request from a particular head branch, to a particular base branch
I'd like a Github action to run on Pull Request to a specific base branch, but from another specific head branch.
name: Run production tests
on:
push:
pull_request:
branches:
- main
...
Orun
Votes: 0
Answers: 1