Community Circle
Search this blog
Steve’s tweets
- @toddkleinhans @RAPIDSai @SQLServer :) 10 hours ago
- @_AlexYates_ I think there' stwo things with the data. The marketing, like sqlsatbr, always is SQL Saturday Baton R… twitter.com/i/web/status/1… 1 day ago
- @_AlexYates_ I'll disagree. It is nice if the hashtag links to the current event always. Most people only care abo… twitter.com/i/web/status/1… 1 day ago
The Current Book
MVP Award
Tags
- administration
- AI
- auditing
- Azure
- backup
- Backup/Recovery
- blogging
- business
- career
- career
- cell phone
- Cloud Computing
- containers
- continuous delivery
- continuous integration
- coping
- data
- data analysis
- database design
- databases
- Database Weekly
- data privacy
- dbatools
- DevOps
- disaster recovery
- DLM
- encryption
- Friday Poll
- GDPR
- Git
- goals
- hardware
- high availability
- Humor
- life
- Linux
- machine learning
- mcm
- Microsoft
- misc
- monitoring
- networking
- NoSQL
- PASS
- Performance
- powershell
- presentations
- Redgate
- republish
- sabbatical
- security
- software development
- software development
- speaking
- SQL Clone
- SQL Connections
- SQL in the City
- SQLNewBlogger
- SQL Prompt
- SQL Saturday
- sql server
- SQLServerCentral
- SSMS
- syndicated
- T-SQL
- T-SQL Tuesday
- testing
- tools
- travel
- tsqlt
- vacation
- version control
- webinar
- windows
- work
Tag Archives: Git
A New Git Default Branch
I learned a new trick from Andrew Pruski. In a blog on avoiding PowerPoint, he had htis neat trick: git config –global init.defaultBranch main Apparently, this is a new setting in git v2.28. This allows you to set a default … Continue reading
Remembering the Past
Just a short time ago, the SQL Family lost Gareth Swanepoel. It was fairly sudden and sad to have someone I knew fairly well pass away. He was the first person that I directly knew that was lost to the … Continue reading
Getting a New Remote Git Branch–#SQLNewBlogger
Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. I was notified of a new PR at DataSaturdays, and I went to look at the changes. In this … Continue reading
AutoCorrect in Git
I can’t believe autocorrect is available, or that I didn’t know it existed. I should have looked, after all, git is smart enough to guess my intentions. I learned this from Kendra Little, who made a quick video on this. … Continue reading