Skip to main content
Active reading [<https://www.youtube.com/watch?v=1Dax90QyXgI&t=17m54s>].
Source Link
Peter Mortensen
  • 31.4k
  • 22
  • 110
  • 134

ExclamationAn exclamation mark is preserved literally when you include it in a single-quoted string.

Example:

git commit -m 'Frustrating <insert object of frustration here>!' 

Exclamation mark is preserved literally when you include it in a single-quoted string.

Example:

git commit -m 'Frustrating <insert object of frustration here>!' 

An exclamation mark is preserved literally when you include it in a single-quoted string.

Example:

git commit -m 'Frustrating <insert object of frustration here>!' 
Censored the F-Word just for niceties
Source Link
Michael Berkowski
  • 271.3k
  • 47
  • 450
  • 395

Exclamation mark is preserved literally when you include it in a single-quoted string.

Example:

git commit -m 'F***ing'Frustrating <insert object of frustration here>!' 

Exclamation mark is preserved literally when you include it in a single-quoted string.

Example:

git commit -m 'F***ing <insert object of frustration here>!' 

Exclamation mark is preserved literally when you include it in a single-quoted string.

Example:

git commit -m 'Frustrating <insert object of frustration here>!' 
Censored the F-Word just for niceties
Source Link

Exclamation mark is preserved literally when you include it in a single-quoted string.

Example:

git commit -m 'Fucking'F***ing <insert object of frustration here>!' 

Exclamation mark is preserved literally when you include it in a single-quoted string.

Example:

git commit -m 'Fucking <insert object of frustration here>!' 

Exclamation mark is preserved literally when you include it in a single-quoted string.

Example:

git commit -m 'F***ing <insert object of frustration here>!' 
Source Link
sblom
  • 27.5k
  • 4
  • 74
  • 96
Loading