View Mode: Children/Hierarchy Missing Data | View Mode: Technicians/ Service-Provider Missing Data | Component: Response Breakdown Percentage Bars Missing Data | Component: NPS Gauge Missing Data | |
---|---|---|---|---|
Region | Technicians | Total Responses | ||
Reference | Total Percentage | |||
District | Current for Promoters |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# diff - only file names | |
git diff --names-only | |
# commit --merge | |
# if you want to overwrite your local copy of file1.ext and file2.ext with versions from another branch | |
git commit --merge origin/branch path/to/wanted/file1.ext path/to/wanted/file2.ext | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id":1, | |
"first_name":"Celene", | |
"last_name":"Grigoryev", | |
"email":"[email protected]", | |
"gender":"Female", | |
"ip_address":"244.253.126.178" | |
}, | |
{ |