This is a migrated thread and some comments may be shown as answers.

Advanced GIT options

3 Answers 43 Views
AppBuilder Windows client
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Stefan
Top achievements
Rank 1
Stefan asked on 08 Jul 2014, 09:45 AM
I was wondering where I could find more advanced GIT commands that are avaiable in the GIT CLI, like assigning flags. More specifically, I'm trying to ignore changes made to my .abproject file using the --assume-unchanged flag (https://help.github.com/articles/ignoring-files#ignoring-versioned-files). 

Is there a way to use the GIT bash inside my project folder under windows? I've tried and I couldn't find any .git folders in my project directory, so GIT bash wouldn't work. If this is indeed not possible, is there any other way to assign flags?

3 Answers, 1 is accepted

Sort by
0
Zdravko
Telerik team
answered on 11 Jul 2014, 08:29 AM
Hi Stefan,

I don't recommend ignoring .abproject file as it is a vital part of the project structure since the last release. Using it we unified all projects created via our clients so they can opened in any of them.

As for the way to ignore files, there is no option yet to do that in a project created by AppBuilder using our version control feature because you don't have an access to .gitignore file in the cloud. However you can push your project to a third party repository like GitHub. Then you will have access to .gitignore file and edit it.

Regards,
Zdravko
Telerik
 

Share what you think about AppBuilder and Telerik Platform with us in our feedback portal, so we can become even better!

 
0
Stefan
Top achievements
Rank 1
answered on 11 Jul 2014, 10:26 AM
Hi Zdravko,

I'm aware of the importance of the .abproject file and I'm not trying to ignore i., I'm trying to assume the file unchanged after the repository was cloned, which is a feature of the GIT command line interface. I did find out about the .gitignore file in GitHub, but that's not what I need in this particular case :).

I guess there is no way to open my project via the command line interface of git?

Thanks for your reply.
0
Zdravko
Telerik team
answered on 16 Jul 2014, 08:22 AM
Hi Stefan,

I am afraid you can't open your project using command line interface of git at the moment.
If this is something you want to see in the future please add it at our feedback portal.
Thanks.

Regards,
Zdravko
Telerik
 

Share what you think about AppBuilder and Telerik Platform with us in our feedback portal, so we can become even better!

 
Tags
AppBuilder Windows client
Asked by
Stefan
Top achievements
Rank 1
Answers by
Zdravko
Telerik team
Stefan
Top achievements
Rank 1
Share this question
or