Default commands after project creation do not exist anymore?

After creating a new project in Gitlab a user used to be redirected to a page showing a list of default git commands for the newly created project.

Has this feature been removed lately?

Is there a way to access these default commands somewhere else?

It was pretty convenient especially to new users.

It still does it even in latest version. Create new blank project and do not initialise it with a readme. Then you will see the instructions.

Ah. Thanks. Is there another way to access these instructions?

For example, as in the above case when a project is initialized with a readme file?

Thanks!

If you initialise with a readme then git clone is what you do next. This is standard for all git stuff. Its not unique to gitlab.

1 Like