Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
n999
Contributor II
Contributor II

How does the Studio interact with Git?

Hello

We are on 6.4.1 and were wondering if Talend Studio's interaction with Git is non-standard?

 

I ask as when I go into my file system I see a file structure like below within my workspace that seems to represent a git branch structure:

 

/Users/me/my-workspace/.repositories/1416375320/branches/develop/ACTUALNAMEOFTALENDPROJECT

 

/Users/me/my-workspace/.repositories/1416375320/branches/master/ACTUALNAMEOFTALENDPROJECT

 

/Users/me/my-workspace/.repositories/1416375320/branches/feature-branch1/ACTUALNAMEOFTALENDPROJECT

 

Now, when I run 

git status

on the command line multiple times in the following folders 

/Users/me/my-workspace/.repositories/1416375320

/Users/me/my-workspace/.repositories/1416375320/branches

/Users/me/my-workspace/.repositories/1416375320/branches/develop

/Users/me/my-workspace/.repositories/1416375320/branches/develop/ACTUALNAMEOFTALENDPROJECT

It tells me that I am

 

On branch master

No commits yet

Untracked files:
  (use "git add <file>..." to include in what will be committed)

each time even though my Studio says I am on develop and have all changes from Git.

 

I ask as interested to know if

 

1) this is a way of using git I've not used before.

2) can git command line be used safely in these directories to undertake normal git operations

3) is this the same in version 7

 

many thanks

Labels (4)
10 Replies
n999
Contributor II
Contributor II
Author

Hello

The original questions in my post still stand...

Thanks