On 08/29/2014 04:14 PM, Jasper Frumau wrote: > We cloned the Zend Skeleton App repository form Github and have been > working on our own custom app ever since. Now when we check for changes > in Gitlab we see commits by Zend people from back in 2012. What is the > best way to hide these commits done by Zend Skeleton App contributors so > we can show what our team has done only? >
You could achieve it with compare. Go to the project's page -> Commits -> Compare. In the `from` field enter the commit id which you first contributed. Leave `to` to master and hit Compare. That should do it. -- GPG : 0x3A7DDABC985EDC6E Blog: http://axilleas.me -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/gitlabhq/54018A21.6090800%40gmail.com. For more options, visit https://groups.google.com/d/optout.
