[ell-i-developers] Re: Robot Framework Testing: Test Cases Design, Scripting and other Issues

  • From: Asif Sardar <engr.asif.sardar@xxxxxxxxxxxxxx>
  • To: ell-i-developers@xxxxxxxxxxxxx
  • Date: Mon, 14 Apr 2014 15:41:21 +0300

Hello Pekka,

I think this is the right way:

git clone https://github.com/Ell-i/ELL-i-PyBot-Tests.wiki.git

But I think it is better to use a git URL (with SSH keys), not an HTTPS
URL.  With git URLs and properly set SSH keys, you don't need to enter your
password repeatedly.

I have successfully added SSH configuration to my github account. Also, I
have configured the git to rebase automatically. Now I am using:
git clone git@xxxxxxxxxx:Ell-i/ELL-i-PyBot-Tests.git
and
git clone git@xxxxxxxxxx:Ell-i/ELL-i-PyBot-Tests.wiki.git

*Commands I am using uptill now (very basic)*
git pull
git add
git commit
git push
git status
git log

etc

---------------------
Note also that in git you cannot commit empty directories.  You can only
commit files.  If you try to commit an empty directory, it does not go
anywhere.

I was adding empty directories ...

---------------------

I have seen that the files in reST format are not embedding into wiki pages
correctly. I have cloned wiki (the files extension is .md).


BR,
Asif.


On Mon, Apr 14, 2014 at 1:56 PM, Pekka Nikander <pekka.nikander@xxxxxx>wrote:

> Hi Asif,
>
> > git add . (to add folders in my local copy at machine)
> > git commit
> > git push -u origin master (to push to original repository from my
> local-brach-master)
> >
> > But, I didn't see pull requests seen at
> https://github.com/Ell-i/ELL-i-PyBot-Tests
>
> Is that is a direct copy, not a fork at github?  I think you should push
> directly, not through pull requests.
>
> What was the original clone command?
>
> Note also that in git you cannot commit empty directories.  You can only
> commit files.  If you try to commit an empty directory, it does not go
> anywhere.
>
> > Furthermore, I wanted to clone 'wiki' of
> https://github.com/Ell-i/ELL-i-PyBot-Tests, but it does not clone in this
> way:
> >
> > git clone https://github.com/Ell-i/ELL-i-PyBot-Tests.wiki:.git
>
> I think this is the right way:
>
> git clone https://github.com/Ell-i/ELL-i-PyBot-Tests.wiki.git
>
> But I think it is better to use a git URL (with SSH keys), not an HTTPS
> URL.  With git URLs and properly set SSH keys, you don't need to enter your
> password repeatedly.
>
> --Pekka
>
>
>


-- 



*With Best Regards,Asif Sardar.+358 43 8265795*

Other related posts: