Questions tagged [github-services]
18 questions
0
votes
1 answer
how to add email notifications when developers push code to gitHub
I need to add at least 10 people to my github on a project we are working on so they can get email notifications. The issue is instructions per my screenshot say its only going to take 2 email addresses ? how can they all get updates when a party…

j2emanue
- 60,549
- 65
- 286
- 456
0
votes
2 answers
Git short cut for adding, commiting and pushing to a remote repo
Is it possible to run the following commands all at once:
1. git add .
2. git commit -m "Message"
3. git push orgin/master
I know the the first two can sort of be joined like this:
git commit -am "Message"
I want to push to remote after committing…

sethathi
- 23
- 6
-3
votes
1 answer
Link Git installed on my pc to Github
I have installed Git on my personal laptop.
I want the project to be available on github, so that i can work remotely. Can i do it?
https://github.com/digantopaul/documents

Diganto Paul
- 61
- 1
- 4