latest 20 messages by JZA
+
[2017-02-01T02:34:23Z]
JZA
hi how can I modify a filename without having to make a mess out of the logs? I have a file with a different extension that I want to change I am afraid if I rename it and add it to git it will clone the fil einto a different item on the master
+
[2016-08-08T02:43:50Z]
JZA
I got to pull request but the 'create pull request' is fade out
+
[2016-08-08T02:43:39Z]
JZA
hi how can I create a pull request on a project?
+
[2016-06-07T06:50:39Z]
JZA
the tutorial is a bit vage, since even if I selected generate a page, it gave me a 'generate page' option
+
[2016-06-07T06:50:21Z]
JZA
the code is for a page, so I wonder how do I make the code I upload into a github page? Is a user-project and also is 'not' from scratch.
+
[2016-06-07T06:30:44Z]
JZA
the additional remote will be to github
+
[2016-06-07T06:30:34Z]
JZA
how do I go about doing that.
+
[2016-06-07T06:30:29Z]
JZA
hi I got a repo on bitbucket but I want to add an aditional remote on my local folder
+
[2016-05-11T19:18:32Z]
JZA
rrt: maybe I need to edit my .git/config
+
[2016-05-11T19:18:19Z]
JZA
maybe I use the http instead of the ssh
+
[2016-05-11T19:18:07Z]
JZA
rrt: I do use it, but I think I didnt configure the remote URL that well on the git config
+
[2016-05-11T18:58:18Z]
JZA
how can I add my keys to the repo so I dont get asked constantly for user/pwd?
+
[2016-05-11T18:57:51Z]
JZA
yeah that fixed it, stupid file.
+
[2016-05-11T18:51:33Z]
JZA
so that made it that I couldnt make a 'clean push'
+
[2016-05-11T18:51:16Z]
JZA
I think the error was generated when I created on the new project in github the stupid license file
+
[2016-05-11T18:45:00Z]
JZA
did I miss something?
+
[2016-05-11T18:44:39Z]
JZA
error: failed to push some refs to 'https://github.com/Jzarecta/planetaopenoffice.git'
+
[2016-05-11T18:44:25Z]
JZA
then I tried git push but got the following
+
[2016-05-11T18:44:13Z]
JZA
I create the github project, did git init, git add ., git commit -m "first...", and git remote add origin http://github.com/my_user/project.git
+
[2016-05-11T18:43:31Z]
JZA
hi I got a local project I am trying to push into my new project in github.