Questions tagged [github]

GitHub is a website to share code for software development projects that use the Git revision control system.

GitHub Logo

GitHub is a website to share code for software development projects that use the revision control system.

Website: http://github.com

Wikipedia: http://en.wikipedia.org/wiki/GitHub

See also

173 questions
3
votes
3 answers

How to stop github always asking for username / password?

I have my keys in ~/.ssh/ and on other computers I can push and pull from the repo in question. Why on one computer do I always need to enter my github username/password but not on others? What could I change to avoid this and use my ssh keys…
1
vote
1 answer

Broken `cron` gh-action workflow

I write as an exercise the GitHub action workflow below. name: Cron CI # Controls when the workflow will run on: # Triggers the workflow every day minutes schedule: - cron: "01 10 * * 6,7" - cron: "01 10 * * 1,2,3,4,5" # A workflow run…
1
vote
0 answers

How git cannot function its .gitignore feature to keep remotely committed file untouched

The .gitignore is not working to keep changes in a remotely committed file intact. I edited README.md file remotely through browser GUI, and when I do git push -f, the README.md is overwritten although: .gitignore content…
user380934
0
votes
2 answers

How to commits certain files from VS code to GitHub?

A developer wants to commit only certain files. But unable to commit as it requires clean(staged and committed all changes) working directory.
Bhakti Bhoj
  • 11
  • 1
  • 4
0
votes
1 answer

Git pull merge issue with remote origin

I did git fetch and git fetch --all but there was no output for the same. after that when I do git pull again I get the below error again. I am willing to fetch the origin from the remote to my local. I even did this below but still there is an…
AReddy
  • 3,172
  • 5
  • 36
  • 76