Как я заставляю мерзавца init работать в каталоге моего приложения?

Обновления Exchange 2007 поддерживаются WSUS, который является все готов установленный на 2008 SBS, необходимо будет просто настроить его, чтобы сделать так.

Тем не менее убедитесь, что Вы хотите иметь само обновление Exchange от WSUS, много патчей Exchange требуют сервисов Exchange перезапуска и будут иметь краткое время простоя для пользователей.

0
задан 27 October 2010 в 01:39
1 ответ

To avoid exporting your PATH each time you want to use git, you can put it in your .profile

export PATH=/usr/local/git/bin/:$PATH

Put this at the bottom of your .profile and each time you start up, you'll have git right away.

After you type git init in the folder where you want to start a repository, you should see

Initialized empty Git repository in /path/to/repo/.git/

If you ls the folder, you won't see anything because it is a hidden folder. Finder will not show you anything either. But typing git status will show that you are on the master branch and ready for your initial commit.

0
ответ дан 24 November 2019 в 12:44

Теги

Похожие вопросы