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

  • From: Pekka Nikander <pekka.nikander@xxxxxx>
  • To: ell-i-developers@xxxxxxxxxxxxx
  • Date: Mon, 14 Apr 2014 13:56:28 +0300

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


Other related posts: