Questions tagged [github]

For questions about setup, configuration, and usage related to GitHub, a web-based hosting service for software development projects using Git.

GitHub is a web-based Git or version control repository and internet hosting service. It offers all of the distributed version control and source code management functionality of Git as well as adding its own features. It provides access control and several collaboration features such as bug tracking, feature requests, task management, and wikis for every project.

Resources

102 questions
2
votes
1 answer

Can I have a GitHub hosted Github Enterprise instance running under my own domain?

I'm trying to figure out whether the following is possible, but I might be trying the wrong search queries or I'm not understanding some concepts around GitHub Enterprise, because so far I came up with no clear answer. So I'd like to have a GitHub…
Babszem
  • 23
  • 3
1
vote
1 answer

Best practices for giving external pipelines/tools access to GitHub

What are the best practices for giving build/test pipelines and tools access to GitHub? Do you just have a single user within the organization provide PATs for each pipeline/tool, or is there a better way to handle it? For example, say we want to…
Tim
  • 11
  • 1
0
votes
0 answers

How to scan code in sonar cloud through Jenkins file (Placed in Github Repo) with results back to Github?

I have Repo in Github, and need to write jenkins file, through that scan the code in SonarCloud. And I need the results back to Github. How to achieve this?
0
votes
1 answer

How to run multiple windows in cmd

Wondering if possible to run multiple windows in command script. I have a nose.js file that automates an online process and wish to run it once in cmd so it has multiple windows doing the same thing for efficiency purposes. Please help