Dec 16, 2012 08:32
12 yrs ago
English term
defaults from the umask of the user account
English to Polish
Tech/Engineering
IT (Information Technology)
You can create a bare repository on the server with:
$ git init --bare .git
The access rights that apply here are the defaults from the umask of the user account used to create the repository. On the local computer, you can clone the remote repository like this:
$ git init --bare .git
The access rights that apply here are the defaults from the umask of the user account used to create the repository. On the local computer, you can clone the remote repository like this:
Proposed translations
(Polish)
4 +1 | [prawa] domyślne z maski uprawnień konta użytkownika |
Adam Jarczyk
![]() |
Proposed translations
+1
9 mins
Selected
[prawa] domyślne z maski uprawnień konta użytkownika
umask (user mask) jest poleceniem służącym do ustawienia maski użytkownika (inaczej: maski uprawnień) w systemie operacyjnym, ale potocznie oznacza też samą maskę.
Reference:
4 KudoZ points awarded for this answer.
Something went wrong...