local repository creation and publishing to the github.com

Hello,
Below works me;


git init

git add .

git commit -m 'Initialize'

git remote add origin https://github.com/TheMaty/<name of remote repository>

git remote -v

git pull origin master

git rebase origin/master

git push origin master


good luck.

Comments

Popular posts from this blog

Complex Query in QueryExpression in Microsoft CRM 2011

Exception caught instantiating TERADATA report server extension SQL Reporting Services

Microsoft Power Apps Portal integration with Dynamics 365 CE On-Premise - Step By Step Guide