[git-users] Where to start coding?

2015-11-28 Thread amey jain
Hi, I am new to Open source as well as to git. I recently cloned git repo. I read the coding guidelines as well. I didn't find where to get bug reports and where to code. I am new to this can you help me out. -- You received this message because you are subscribed to the Google Groups "Git

[git-users] how to push indepedent repos to individual branches in remote in git?

2015-11-28 Thread justrajdeep
Hi I want to push my entire local repo(present only with me) to a shared git repo as a branch in that. I can do something like git remote add local-remote $PATH_TO_REPO_LOCATION git push local-remote -u master:$TREE_BRANCH But this pushes only the master. Any way to push the whole thing with

[git-users] Re: Where to start coding?

2015-11-28 Thread Pranit Bauva
Hey Amey, A git repository stores only the source code and its copies at different commits. The bug reports are not stored in a git repository. If the project that you want to contribute to has a Github repository then you may find there bug reports. Though its not necessary that you will